[clang] [HIP] Allow partial linking for `-fgpu-rdc` (PR #81700)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 10:35:21 PST 2024


https://github.com/jhuber6 commented:

This makes sense overall, though it's very complicated. Generally we just need to make sure these things are private to one group of files. There's a lot more to parse here compared to the `linker-wrapper`.

Do any of these tests check when called with `-r`? I'm assuming that's the difference here when we decide whether or not to ghoup files by cuid.

https://github.com/llvm/llvm-project/pull/81700


More information about the cfe-commits mailing list