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 e4d7b89 commit 2dd0edfCopy full SHA for 2dd0edf
llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -144,14 +144,6 @@ if( LLVM_ENABLE_ASSERTIONS )
144
endif()
145
146
147
-# If we are targeting a GPU architecture in a runtimes build we want to ignore
148
-# all the standard flag handling.
149
-if("${LLVM_RUNTIMES_TARGET}" MATCHES "^amdgcn" OR
150
- "${LLVM_RUNTIMES_TARGET}" MATCHES "^nvptx64")
151
- return()
152
-endif()
153
-
154
155
if(LLVM_ENABLE_EXPENSIVE_CHECKS)
156
# When LLVM_ENABLE_EXPENSIVE_CHECKS is ON, LLVM will intercept errors
157
# using assert(). An explicit check is performed here.
0 commit comments