Skip to content

Commit 7f1b465

Browse files
committed
[gn build] Port 2c01b27
1 parent 9162754 commit 7f1b465

File tree

2 files changed

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

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static_library("Orc") {
3636
"IRPartitionLayer.cpp",
3737
"IRTransformLayer.cpp",
3838
"IndirectionUtils.cpp",
39+
"JITLinkRedirectableSymbolManager.cpp",
3940
"JITTargetMachineBuilder.cpp",
4041
"LLJIT.cpp",
4142
"Layer.cpp",
@@ -54,6 +55,7 @@ static_library("Orc") {
5455
"OrcV2CBindings.cpp",
5556
"RTDyldObjectLinkingLayer.cpp",
5657
"ReOptimizeLayer.cpp",
58+
"RedirectionManager.cpp",
5759
"SectCreate.cpp",
5860
"SimpleRemoteEPC.cpp",
5961
"SpeculateAnalyses.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
@@ -21,6 +21,7 @@ unittest("OrcJITTests") {
2121
"ExecutionSessionWrapperFunctionCallsTest.cpp",
2222
"ExecutorAddressTest.cpp",
2323
"IndirectionUtilsTest.cpp",
24+
"JITLinkRedirectionManagerTest.cpp",
2425
"JITTargetMachineBuilderTest.cpp",
2526
"LazyCallThroughAndReexportsTest.cpp",
2627
"LookupAndRecordAddrsTest.cpp",

0 commit comments

Comments
 (0)