File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm
unittests/ExecutionEngine/Orc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ static_library("Orc") {
36
36
" IRPartitionLayer.cpp" ,
37
37
" IRTransformLayer.cpp" ,
38
38
" IndirectionUtils.cpp" ,
39
+ " JITLinkRedirectableSymbolManager.cpp" ,
39
40
" JITTargetMachineBuilder.cpp" ,
40
41
" LLJIT.cpp" ,
41
42
" Layer.cpp" ,
@@ -54,6 +55,7 @@ static_library("Orc") {
54
55
" OrcV2CBindings.cpp" ,
55
56
" RTDyldObjectLinkingLayer.cpp" ,
56
57
" ReOptimizeLayer.cpp" ,
58
+ " RedirectionManager.cpp" ,
57
59
" SectCreate.cpp" ,
58
60
" SimpleRemoteEPC.cpp" ,
59
61
" SpeculateAnalyses.cpp" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ unittest("OrcJITTests") {
21
21
" ExecutionSessionWrapperFunctionCallsTest.cpp" ,
22
22
" ExecutorAddressTest.cpp" ,
23
23
" IndirectionUtilsTest.cpp" ,
24
+ " JITLinkRedirectionManagerTest.cpp" ,
24
25
" JITTargetMachineBuilderTest.cpp" ,
25
26
" LazyCallThroughAndReexportsTest.cpp" ,
26
27
" LookupAndRecordAddrsTest.cpp" ,
You can’t perform that action at this time.
0 commit comments