forked from OSchip/llvm-project
[gn build] Port
This commit is contained in:
parent
8424d4f641
commit
1e3713f6df
|
@ -45,9 +45,6 @@ static_library("Support") {
|
|||
"ARMWinEH.cpp",
|
||||
"Allocator.cpp",
|
||||
"AutoConvert.cpp",
|
||||
"BLAKE3/blake3.c",
|
||||
"BLAKE3/blake3_dispatch.c",
|
||||
"BLAKE3/blake3_portable.c",
|
||||
"BinaryStreamError.cpp",
|
||||
"BinaryStreamReader.cpp",
|
||||
"BinaryStreamRef.cpp",
|
||||
|
@ -57,6 +54,9 @@ static_library("Support") {
|
|||
"BuryPointer.cpp",
|
||||
"COM.cpp",
|
||||
"CRC.cpp",
|
||||
"CSKYAttributeParser.cpp",
|
||||
"CSKYAttributes.cpp",
|
||||
"CSKYTargetParser.cpp",
|
||||
"CachePruning.cpp",
|
||||
"Caching.cpp",
|
||||
"Chrono.cpp",
|
||||
|
@ -66,9 +66,6 @@ static_library("Support") {
|
|||
"ConvertUTF.cpp",
|
||||
"ConvertUTFWrapper.cpp",
|
||||
"CrashRecoveryContext.cpp",
|
||||
"CSKYAttributeParser.cpp",
|
||||
"CSKYAttributes.cpp",
|
||||
"CSKYTargetParser.cpp",
|
||||
"DAGDeltaAlgorithm.cpp",
|
||||
"DJB.cpp",
|
||||
"DataExtractor.cpp",
|
||||
|
@ -184,7 +181,13 @@ static_library("Support") {
|
|||
"Watchdog.cpp",
|
||||
]
|
||||
|
||||
defines = ["BLAKE3_NO_AVX512", "BLAKE3_NO_AVX2", "BLAKE3_NO_SSE41", "BLAKE3_NO_SSE2", "BLAKE3_USE_NEON=0"]
|
||||
defines = [
|
||||
"BLAKE3_NO_AVX512",
|
||||
"BLAKE3_NO_AVX2",
|
||||
"BLAKE3_NO_SSE41",
|
||||
"BLAKE3_NO_SSE2",
|
||||
"BLAKE3_USE_NEON=0",
|
||||
]
|
||||
|
||||
libs = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue