Skip to content

Commit d760174

Browse files
llvmgnsyncbotLukacma
authored andcommitted
[gn build] Port 2afbd3d
1 parent 4f2c0ff commit d760174

File tree

2 files changed

+0
-3
lines changed
  • llvm/utils/gn/secondary/llvm
    • lib/ExecutionEngine/Orc/TargetProcess
    • unittests/ExecutionEngine/Orc

2 files changed

+0
-3
lines changed

llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ static_library("TargetProcess") {
1212
"JITLoaderGDB.cpp",
1313
"JITLoaderPerf.cpp",
1414
"JITLoaderVTune.cpp",
15-
"LibraryResolver.cpp",
16-
"LibraryScanner.cpp",
1715
"OrcRTBootstrap.cpp",
1816
"RegisterEHFrames.cpp",
1917
"SimpleExecutorDylibManager.cpp",

llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ unittest("OrcJITTests") {
2424
"JITLinkRedirectionManagerTest.cpp",
2525
"JITTargetMachineBuilderTest.cpp",
2626
"LazyCallThroughAndReexportsTest.cpp",
27-
"LibraryResolverTest.cpp",
2827
"LookupAndRecordAddrsTest.cpp",
2928
"MachOPlatformTest.cpp",
3029
"MapperJITLinkMemoryManagerTest.cpp",

0 commit comments

Comments
 (0)