File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 5 files changed +7
-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 @@ -10,6 +10,8 @@ static_library("CAS") {
1010 " ObjectStore.cpp" ,
1111 " OnDiskCommon.cpp" ,
1212 " OnDiskDataAllocator.cpp" ,
13+ " OnDiskGraphDB.cpp" ,
14+ " OnDiskKeyValueDB.cpp" ,
1315 " OnDiskTrieRawHashMap.cpp" ,
1416 ]
1517}
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 @@ -11,6 +11,8 @@ unittest("CASTests") {
1111 " CASTestConfig.cpp" ,
1212 " ObjectStoreTest.cpp" ,
1313 " OnDiskDataAllocatorTest.cpp" ,
14+ " OnDiskGraphDBTest.cpp" ,
15+ " OnDiskKeyValueDBTest.cpp" ,
1416 " OnDiskTrieRawHashMapTest.cpp" ,
1517 " ProgramTest.cpp" ,
1618 ]
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