From 52240e056997865e6ba84a6b92bd15eceece06b3 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 8 Jan 2021 10:56:57 -0800 Subject: [PATCH] Disable RTTI in the LLVM build. * It was only required with the old python APIs. --- build_tools/install_mlir.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_tools/install_mlir.sh b/build_tools/install_mlir.sh index 44a7c6f0f..6a2660ce5 100755 --- a/build_tools/install_mlir.sh +++ b/build_tools/install_mlir.sh @@ -77,7 +77,6 @@ cmake -GNinja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DLLVM_USE_SPLIT_DWARF=ON \ -DLLVM_ENABLE_ASSERTIONS=On \ - -DLLVM_ENABLE_RTTI=On \ -DMLIR_BINDINGS_PYTHON_ENABLED=ON cmake --build "$build_mlir" --target install