Skip to content

Commit b775ec4

Browse files
authored
[SYCL][NFC] Remove idle settings for the runtime library (#8074)
1 parent 86dc3b9 commit b775ec4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ if(MSVC)
7171
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
7272
# Skip asynchronous C++ exceptions catching and assume "extern C" functions
7373
# never throw C++ exceptions.
74-
set(LLVM_REQUIRES_EH ON)
75-
set(LLVM_REQUIRES_RTTI ON)
7674
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
7775

7876
# Add PDB debug information

0 commit comments

Comments
 (0)