mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Move *LDDTree* to Model/Importer/Binary
This commit is contained in:
@@ -7,9 +7,11 @@ revng_add_analyses_library_internal(
|
||||
BinaryImporter.cpp
|
||||
BinaryImporterHelper.cpp
|
||||
ELFImporter.cpp
|
||||
ELFLDDTree.cpp
|
||||
MachOImporter.cpp
|
||||
Options.cpp
|
||||
PECOFFImporter.cpp
|
||||
PECOFFLDDTree.cpp
|
||||
ImportBinaryAnalysis.cpp)
|
||||
|
||||
llvm_map_components_to_libnames(LLVM_LIBRARIES Object)
|
||||
|
||||
@@ -14,7 +14,6 @@ revng_add_library_internal(
|
||||
CommonOptions.cpp
|
||||
CustomizedLLVMPasses.cpp
|
||||
Debug.cpp
|
||||
ELFLDDTree.cpp
|
||||
ExplicitSpecializations.cpp
|
||||
FileSystem.cpp
|
||||
InitRevng.cpp
|
||||
@@ -23,7 +22,6 @@ revng_add_library_internal(
|
||||
ModuleStatistics.cpp
|
||||
OnQuit.cpp
|
||||
PathList.cpp
|
||||
PECOFFLDDTree.cpp
|
||||
Progress.cpp
|
||||
ResourceFinder.cpp
|
||||
Statistics.cpp
|
||||
|
||||
@@ -17,13 +17,12 @@ extern "C" {
|
||||
#include "revng/ADT/STLExtras.h"
|
||||
#include "revng/Model/OperatingSystem.h"
|
||||
#include "revng/Support/Configuration.h"
|
||||
#include "revng/Support/FileSystem.h"
|
||||
#include "revng/Support/Generator.h"
|
||||
#include "revng/Support/PathList.h"
|
||||
#include "revng/Support/WindowsApiSetSchemaParser.h"
|
||||
#include "revng/Support/YAMLTraits.h"
|
||||
|
||||
#include "LDDTreeObjectFileTraits.h"
|
||||
|
||||
using namespace llvm;
|
||||
using yaml::IO;
|
||||
using yaml::MappingTraits;
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
|
||||
revng_add_executable(lddtree Main.cpp)
|
||||
|
||||
target_link_libraries(lddtree revngSupport ${LLVM_LIBRARIES})
|
||||
target_link_libraries(lddtree revngModelImporterBinary revngSupport
|
||||
${LLVM_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user