Upstream warnings that results in errors, disable until resolved

integrate-llvm-20240501
Jacques Pienaar 2024-05-02 13:27:48 -07:00
parent 7fbd05c588
commit b45a0e98e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \