Skip to content

Commit 54fc5a0

Browse files
committed
clean up cmake
1 parent 6b518a8 commit 54fc5a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libclc/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,6 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
438438
# For this reason we must consider the target support of the generic
439439
# address space separately from the *implementation* decision about whether
440440
# 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" )
444441
# Note: we assume that if there is no distinct generic address space, it
445442
# maps to the private address space.
446443
set ( has_distinct_generic_addrspace TRUE )

0 commit comments

Comments
 (0)