Skip to content

Commit 9162754

Browse files
committed
[gn build] Port 188ede2
1 parent 4ef737a commit 9162754

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
@@ -53,6 +53,7 @@ static_library("Orc") {
5353
"OrcABISupport.cpp",
5454
"OrcV2CBindings.cpp",
5555
"RTDyldObjectLinkingLayer.cpp",
56+
"ReOptimizeLayer.cpp",
5657
"SectCreate.cpp",
5758
"SimpleRemoteEPC.cpp",
5859
"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
@@ -33,6 +33,7 @@ unittest("OrcJITTests") {
3333
"OrcCAPITest.cpp",
3434
"OrcTestCommon.cpp",
3535
"RTDyldObjectLinkingLayerTest.cpp",
36+
"ReOptimizeLayerTest.cpp",
3637
"ResourceTrackerTest.cpp",
3738
"SharedMemoryMapperTest.cpp",
3839
"SimpleExecutorMemoryManagerTest.cpp",

0 commit comments

Comments
 (0)