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 87bf232 commit d1dde17Copy full SHA for d1dde17
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -751,7 +751,6 @@ function(add_libc_hermetic test_name)
751
target_link_options(${fq_build_target_name} PRIVATE
752
${LIBC_COMPILE_OPTIONS_DEFAULT} -Wno-multi-gpu
753
"-Wl,--suppress-stack-size-warning"
754
- "-Wl,-mllvm,-nvptx-lower-global-ctor-dtor=1"
755
"-Wl,-mllvm,-nvptx-emit-init-fini-kernel"
756
-march=${LIBC_GPU_TARGET_ARCHITECTURE} -nostdlib -static
757
"--cuda-path=${LIBC_CUDA_ROOT}")
0 commit comments