We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef737a commit 9162754Copy full SHA for 9162754
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -53,6 +53,7 @@ static_library("Orc") {
53
"OrcABISupport.cpp",
54
"OrcV2CBindings.cpp",
55
"RTDyldObjectLinkingLayer.cpp",
56
+ "ReOptimizeLayer.cpp",
57
"SectCreate.cpp",
58
"SimpleRemoteEPC.cpp",
59
"SpeculateAnalyses.cpp",
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -33,6 +33,7 @@ unittest("OrcJITTests") {
33
"OrcCAPITest.cpp",
34
"OrcTestCommon.cpp",
35
"RTDyldObjectLinkingLayerTest.cpp",
36
+ "ReOptimizeLayerTest.cpp",
37
"ResourceTrackerTest.cpp",
38
"SharedMemoryMapperTest.cpp",
39
"SimpleExecutorMemoryManagerTest.cpp",
0 commit comments