Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Joseph Huber 09e794c4bb [HIP] Emit the CUID value in the module with the new driver (#144570)
Summary:
This is a weird point of divergence that was not updated when the new
driver
switched to using the CUID method, which is also apparently critical
for SPIR-V compilation not failing? Somehow if we don't emit this global
than the `llvm.compiler.used` global uses AS(0) which makes SPIR-V
unhappy, but with this global it's AS(4) which makes it happy. Either
way, this should be fixed.
2025-06-19 07:47:03 -05:00

308 KiB