Disable RTTI in the LLVM build.

* It was only required with the old python APIs.
pull/147/head
Stella Laurenzo 2021-01-08 10:56:57 -08:00
parent 3f706473fd
commit 52240e0569
1 changed files with 0 additions and 1 deletions

View File

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