Skip to content

Commit 0a9f718

Browse files
llvmgnsyncbotaokblast
authored andcommitted
[gn build] Port 4f53413
1 parent 4368aa3 commit 0a9f718

File tree

2 files changed

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

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)