Skip to content

Commit 8705708

Browse files
committed
Revert "[gn build] Manually port llvm/lib/Support/BLAKE3"
This reverts commit 8424d4f. That approach doesn't work. I checked in something that kinda works 30 min ago or so.
1 parent 7faa956 commit 8705708

File tree

1 file changed

+0
-8
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Support

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ static_library("Support") {
181181
"Watchdog.cpp",
182182
]
183183

184-
defines = [
185-
"BLAKE3_NO_AVX512",
186-
"BLAKE3_NO_AVX2",
187-
"BLAKE3_NO_SSE41",
188-
"BLAKE3_NO_SSE2",
189-
"BLAKE3_USE_NEON=0",
190-
]
191-
192184
libs = []
193185

194186
# FIXME: llvm/Config/BUILD.gn currently always sets LLVM_WITH_Z3

0 commit comments

Comments
 (0)