File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm
unittests/ExecutionEngine/Orc Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ static_library("AsmParser") {
66 " //llvm/lib/Support" ,
77 ]
88 sources = [
9+ " AsmParserContext.cpp" ,
910 " LLLexer.cpp" ,
1011 " LLParser.cpp" ,
1112 " Parser.cpp" ,
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ static_library("LLVMAMDGPUCodeGen") {
137137 " AMDGPUAsmPrinter.cpp" ,
138138 " AMDGPUAtomicOptimizer.cpp" ,
139139 " AMDGPUAttributor.cpp" ,
140+ " AMDGPUBarrierLatency.cpp" ,
140141 " AMDGPUCallLowering.cpp" ,
141142 " AMDGPUCodeGenPrepare.cpp" ,
142143 " AMDGPUCombinerHelper.cpp" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ unittest("OrcJITTests") {
4242 " SymbolStringPoolTest.cpp" ,
4343 " TaskDispatchTest.cpp" ,
4444 " ThreadSafeModuleTest.cpp" ,
45+ " WaitingOnGraphTest.cpp" ,
4546 " WrapperFunctionUtilsTest.cpp" ,
4647 ]
4748
You can’t perform that action at this time.
0 commit comments