We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4290d0f commit 9b0f292Copy full SHA for 9b0f292
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -31,6 +31,7 @@ static_library("Orc") {
31
"LLJIT.cpp",
32
"Layer.cpp",
33
"LazyReexports.cpp",
34
+ "LookupAndRecordAddrs.cpp",
35
"MachOPlatform.cpp",
36
"Mangling.cpp",
37
"ObjectLinkingLayer.cpp",
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -18,6 +18,7 @@ unittest("OrcJITTests") {
18
"IndirectionUtilsTest.cpp",
19
"JITTargetMachineBuilderTest.cpp",
20
"LazyCallThroughAndReexportsTest.cpp",
21
+ "LookupAndRecordAddrsTest.cpp",
22
"ObjectLinkingLayerTest.cpp",
23
"OrcCAPITest.cpp",
24
"OrcTestCommon.cpp",
0 commit comments