Skip to content

Commit 1e3713f

Browse files
committed
[gn build] Port
1 parent 8424d4f commit 1e3713f

File tree

1 file changed

+10
-7
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Support

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ static_library("Support") {
4545
"ARMWinEH.cpp",
4646
"Allocator.cpp",
4747
"AutoConvert.cpp",
48-
"BLAKE3/blake3.c",
49-
"BLAKE3/blake3_dispatch.c",
50-
"BLAKE3/blake3_portable.c",
5148
"BinaryStreamError.cpp",
5249
"BinaryStreamReader.cpp",
5350
"BinaryStreamRef.cpp",
@@ -57,6 +54,9 @@ static_library("Support") {
5754
"BuryPointer.cpp",
5855
"COM.cpp",
5956
"CRC.cpp",
57+
"CSKYAttributeParser.cpp",
58+
"CSKYAttributes.cpp",
59+
"CSKYTargetParser.cpp",
6060
"CachePruning.cpp",
6161
"Caching.cpp",
6262
"Chrono.cpp",
@@ -66,9 +66,6 @@ static_library("Support") {
6666
"ConvertUTF.cpp",
6767
"ConvertUTFWrapper.cpp",
6868
"CrashRecoveryContext.cpp",
69-
"CSKYAttributeParser.cpp",
70-
"CSKYAttributes.cpp",
71-
"CSKYTargetParser.cpp",
7269
"DAGDeltaAlgorithm.cpp",
7370
"DJB.cpp",
7471
"DataExtractor.cpp",
@@ -184,7 +181,13 @@ static_library("Support") {
184181
"Watchdog.cpp",
185182
]
186183

187-
defines = ["BLAKE3_NO_AVX512", "BLAKE3_NO_AVX2", "BLAKE3_NO_SSE41", "BLAKE3_NO_SSE2", "BLAKE3_USE_NEON=0"]
184+
defines = [
185+
"BLAKE3_NO_AVX512",
186+
"BLAKE3_NO_AVX2",
187+
"BLAKE3_NO_SSE41",
188+
"BLAKE3_NO_SSE2",
189+
"BLAKE3_USE_NEON=0",
190+
]
188191

189192
libs = []
190193

0 commit comments

Comments
 (0)