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 86dc3b9 commit b775ec4Copy full SHA for b775ec4
sycl/CMakeLists.txt
@@ -71,8 +71,6 @@ if(MSVC)
71
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
72
# Skip asynchronous C++ exceptions catching and assume "extern C" functions
73
# never throw C++ exceptions.
74
- set(LLVM_REQUIRES_EH ON)
75
- set(LLVM_REQUIRES_RTTI ON)
76
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
77
78
# Add PDB debug information
0 commit comments