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 6116f5a commit 8f62c0cCopy full SHA for 8f62c0c
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -38,6 +38,7 @@ static_library("Orc") {
38
"IRCompileLayer.cpp",
39
"IRPartitionLayer.cpp",
40
"IRTransformLayer.cpp",
41
+ "InProcessMemoryAccess.cpp",
42
"IndirectionUtils.cpp",
43
"JITLinkRedirectableSymbolManager.cpp",
44
"JITLinkReentryTrampolines.cpp",
@@ -64,6 +65,7 @@ static_library("Orc") {
64
65
"ReOptimizeLayer.cpp",
66
"RedirectionManager.cpp",
67
"SectCreate.cpp",
68
+ "SelfExecutorProcessControl.cpp",
69
"SimpleRemoteEPC.cpp",
70
"SpeculateAnalyses.cpp",
71
"Speculation.cpp",
0 commit comments