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") {
3636 " IRPartitionLayer.cpp" ,
3737 " IRTransformLayer.cpp" ,
3838 " IndirectionUtils.cpp" ,
39+ " JITLinkRedirectableSymbolManager.cpp" ,
3940 " JITTargetMachineBuilder.cpp" ,
4041 " LLJIT.cpp" ,
4142 " Layer.cpp" ,
@@ -54,6 +55,7 @@ static_library("Orc") {
5455 " OrcV2CBindings.cpp" ,
5556 " RTDyldObjectLinkingLayer.cpp" ,
5657 " ReOptimizeLayer.cpp" ,
58+ " RedirectionManager.cpp" ,
5759 " SectCreate.cpp" ,
5860 " SimpleRemoteEPC.cpp" ,
5961 " SpeculateAnalyses.cpp" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ unittest("OrcJITTests") {
2121 " ExecutionSessionWrapperFunctionCallsTest.cpp" ,
2222 " ExecutorAddressTest.cpp" ,
2323 " IndirectionUtilsTest.cpp" ,
24+ " JITLinkRedirectionManagerTest.cpp" ,
2425 " JITTargetMachineBuilderTest.cpp" ,
2526 " LazyCallThroughAndReexportsTest.cpp" ,
2627 " LookupAndRecordAddrsTest.cpp" ,
You can’t perform that action at this time.
0 commit comments