Disable LLVM_ENABLE_ZSTD for darwin in llvm16.

Bug: b/272710814
Change-Id: I96865410a6844e306ecb9e424f4a3fc84c752259
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/71449
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Tested-by: Jean-François Geyelin <jif@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Jean-François Geyelin <jif@google.com>
diff --git a/third_party/llvm-16.0/configs/darwin/include/llvm/Config/llvm-config.h b/third_party/llvm-16.0/configs/darwin/include/llvm/Config/llvm-config.h
index ce5dac1..48719dd 100644
--- a/third_party/llvm-16.0/configs/darwin/include/llvm/Config/llvm-config.h
+++ b/third_party/llvm-16.0/configs/darwin/include/llvm/Config/llvm-config.h
@@ -216,7 +216,7 @@
 #define LLVM_ENABLE_ZLIB 0
 
 /* Define if zstd compression is available */
-#define LLVM_ENABLE_ZSTD 1
+#define LLVM_ENABLE_ZSTD 0
 
 /* Define if LLVM is using tflite instead of libtensorflow */
 /* #undef LLVM_HAVE_TFLITE */