Skip to content

Commit 8072293

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.7
2 parents 58d4f18 + 7c47844 commit 8072293

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/AsmParser/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/llvm/lib/CAS/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/llvm/unittests/CAS/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]

llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)