We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f93477 commit 5eef3a4Copy full SHA for 5eef3a4
mlir/lib/ExecutionEngine/CMakeLists.txt
@@ -421,11 +421,6 @@ if(LLVM_ENABLE_PIC)
421
EXCLUDE_FROM_LIBMLIR
422
)
423
424
- # check_cxx_compiler_flag("-frtti" CXX_HAS_FRTTI_FLAG)
425
-
426
- # if(NOT CXX_HAS_FRTTI_FLAG)
427
- # message(FATAL_ERROR "CXX compiler does not accept flag -frtti")
428
- # endif()
429
target_compile_options(mlir_levelzero_runtime PUBLIC -fexceptions -frtti)
430
431
target_include_directories(mlir_levelzero_runtime PRIVATE
0 commit comments