File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm
lib/ExecutionEngine/Orc/TargetProcess
unittests/ExecutionEngine/Orc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ static_library("TargetProcess") {
1212 " JITLoaderGDB.cpp" ,
1313 " JITLoaderPerf.cpp" ,
1414 " JITLoaderVTune.cpp" ,
15+ " LibraryResolver.cpp" ,
16+ " LibraryScanner.cpp" ,
1517 " OrcRTBootstrap.cpp" ,
1618 " RegisterEHFrames.cpp" ,
1719 " SimpleExecutorDylibManager.cpp" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ unittest("OrcJITTests") {
2424 " JITLinkRedirectionManagerTest.cpp" ,
2525 " JITTargetMachineBuilderTest.cpp" ,
2626 " LazyCallThroughAndReexportsTest.cpp" ,
27+ " LibraryResolverTest.cpp" ,
2728 " LookupAndRecordAddrsTest.cpp" ,
2829 " MachOPlatformTest.cpp" ,
2930 " MapperJITLinkMemoryManagerTest.cpp" ,
You can’t perform that action at this time.
0 commit comments