From b45a0e98e58782dcb769bbfd4a698a96a094e44b Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Thu, 2 May 2024 13:27:48 -0700 Subject: [PATCH] Upstream warnings that results in errors, disable until resolved --- build_tools/ci/build_posix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/ci/build_posix.sh b/build_tools/ci/build_posix.sh index fec5e252e..6a615f92b 100755 --- a/build_tools/ci/build_posix.sh +++ b/build_tools/ci/build_posix.sh @@ -42,7 +42,7 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \ -DCMAKE_BUILD_TYPE=Release \ -DPython3_EXECUTABLE="$(which python)" \ -DLLVM_ENABLE_ASSERTIONS=ON \ - -DTORCH_MLIR_ENABLE_WERROR_FLAG=ON \ + -DTORCH_MLIR_ENABLE_WERROR_FLAG=OFF \ -DCMAKE_INSTALL_PREFIX="$install_dir" \ -DCMAKE_INSTALL_LIBDIR=lib \ -DLLVM_ENABLE_PROJECTS=mlir \