Skip to content

Commit 9b0f292

Browse files
committed
[gn build] Port 6428857
1 parent 4290d0f commit 9b0f292

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static_library("Orc") {
3131
"LLJIT.cpp",
3232
"Layer.cpp",
3333
"LazyReexports.cpp",
34+
"LookupAndRecordAddrs.cpp",
3435
"MachOPlatform.cpp",
3536
"Mangling.cpp",
3637
"ObjectLinkingLayer.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
@@ -18,6 +18,7 @@ unittest("OrcJITTests") {
1818
"IndirectionUtilsTest.cpp",
1919
"JITTargetMachineBuilderTest.cpp",
2020
"LazyCallThroughAndReexportsTest.cpp",
21+
"LookupAndRecordAddrsTest.cpp",
2122
"ObjectLinkingLayerTest.cpp",
2223
"OrcCAPITest.cpp",
2324
"OrcTestCommon.cpp",

0 commit comments

Comments
 (0)