Skip to content

Commit

Permalink
[LLVM] enable RTTI (#25)
Browse files Browse the repository at this point in the history
* [LLVM] enable RTTI
  • Loading branch information
makslevental authored Nov 29, 2024
1 parent d11cf6e commit 062d652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/cmake/llvm_cache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ endif()
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(LLVM_ENABLE_WARNINGS ON CACHE BOOL "")
set(LLVM_FORCE_ENABLE_STATS ON CACHE BOOL "")
set(LLVM_ENABLE_RTTI ON CACHE BOOL "")

# MLIR options

Expand Down

0 comments on commit 062d652

Please sign in to comment.