[clang] [OpenMP][clang][HIP][CUDA] fix weak alias emit on device compilation (PR #164326)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 5 07:48:45 PST 2025
================
@@ -0,0 +1,24 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-globals all --version 6
+// REQUIRES: nvptx-registered-target
----------------
jhuber6 wrote:
```suggestion
```
This shouldn't be necessary since we're not hitting PTX codegen, here and elsewhere. Also I know these tests are autogenerated, but we don't need to check the attributes. Totally find to trim things from the autogenerated output.
https://github.com/llvm/llvm-project/pull/164326
More information about the cfe-commits
mailing list