mirror of https://github.com/llvm/torch-mlir
Disable RTTI in the LLVM build.
* It was only required with the old python APIs.pull/147/head
parent
3f706473fd
commit
52240e0569
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue