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 6b518a8 commit 54fc5a0Copy full SHA for 54fc5a0
libclc/CMakeLists.txt
@@ -438,9 +438,6 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
438
# For this reason we must consider the target support of the generic
439
# address space separately from the *implementation* decision about whether
440
# to declare certain builtins in that address space.
441
- # FIXME: Shouldn't clang automatically enable this extension based on the
442
- # target?
443
- list( APPEND build_flags "-Xclang" "-cl-ext=+__opencl_c_generic_address_space" )
444
# Note: we assume that if there is no distinct generic address space, it
445
# maps to the private address space.
446
set ( has_distinct_generic_addrspace TRUE )
0 commit comments