[all-commits] [llvm/llvm-project] daa755: [libc] Disable testing for NVPTX debug builds (#86...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Mar 28 04:49:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: daa755ba7b7fe11e078f1e6f43d446234023f859
https://github.com/llvm/llvm-project/commit/daa755ba7b7fe11e078f1e6f43d446234023f859
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M libc/cmake/modules/prepare_libc_gpu_build.cmake
Log Message:
-----------
[libc] Disable testing for NVPTX debug builds (#86856)
Summary:
Debug builds don't optimize out certain parts of the code that end up
making the GPU backend crash. This results in regular builds not being
successful just to build the testing objects. Disable them for now in
debug mode.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list