Skip to content

Commit d1dde17

Browse files
committed
[libc] Fix failing NVPTX tests due to removed internal LLVM option
Summary: This was removed but forgot to remove it in this one place. So it errors.
1 parent 87bf232 commit d1dde17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ function(add_libc_hermetic test_name)
751751
target_link_options(${fq_build_target_name} PRIVATE
752752
${LIBC_COMPILE_OPTIONS_DEFAULT} -Wno-multi-gpu
753753
"-Wl,--suppress-stack-size-warning"
754-
"-Wl,-mllvm,-nvptx-lower-global-ctor-dtor=1"
755754
"-Wl,-mllvm,-nvptx-emit-init-fini-kernel"
756755
-march=${LIBC_GPU_TARGET_ARCHITECTURE} -nostdlib -static
757756
"--cuda-path=${LIBC_CUDA_ROOT}")

0 commit comments

Comments
 (0)