[libc-commits] [libc] [libc] Fix linking of AMDGPU device runtime control constants for math (PR #65676)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Fri Sep 8 05:18:56 PDT 2023


jhuber6 wrote:

I updated it to use an internal alias. This causes clang to emit the symbol long enough and with the correct linkage to link against it. The resulting symbols can then be trivially stripped once we optimize the program, see https://godbolt.org/z/66K8T3orW. 

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


More information about the libc-commits mailing list