Skip to content

Commit 5eef3a4

Browse files
committed
Address review comments.
Remove unused code from CMake file.
1 parent 2f93477 commit 5eef3a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mlir/lib/ExecutionEngine/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ if(LLVM_ENABLE_PIC)
421421
EXCLUDE_FROM_LIBMLIR
422422
)
423423

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()
429424
target_compile_options(mlir_levelzero_runtime PUBLIC -fexceptions -frtti)
430425

431426
target_include_directories(mlir_levelzero_runtime PRIVATE

0 commit comments

Comments
 (0)