llvm-project
d07062ac - [Clang] Fix warning on device debugging when passing `-O0` (#175628)

Commit
16 days ago
[Clang] Fix warning on device debugging when passing `-O0` (#175628) Summary: CUDA's Toolchain doesn't support debug information with optimizations, so we warn on this. The logic was printing this even if you pass `-O0` yourself. Also fix not passing `-g`.
Author
Parents
Loading