diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-02-06 12:10:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 12:10:34 -0600 |
commit | ff049e07a55f03916f18b10cdba1456cd3022b14 (patch) | |
tree | fd2329abeec62d1f81d7b89c9130b52b030218e2 /llvm/lib/CodeGen/MachineTraceMetrics.cpp | |
parent | 34624d89c0424b4edcfb4b3e0ae67678b5ce3344 (diff) | |
download | llvm-ff049e07a55f03916f18b10cdba1456cd3022b14.zip llvm-ff049e07a55f03916f18b10cdba1456cd3022b14.tar.gz llvm-ff049e07a55f03916f18b10cdba1456cd3022b14.tar.bz2 |
[AMDGPU] Do not enable GPU sanitizers by default (#126090)
Summary:
This probably wasn't the intended result, but the code here causes
OpenMP to always link in `ockl.bc` which was intentionally not linked.
This results in the OCKL definitions conflicting with the OpenMP ones
and also prevents them from being optimized out (Might be fixed with
newer ROCm that actually builds the visibility correctly).
I'm pretty sure the only reason this didn't break the tests is because
we're smart and pass `-nogpulib` there to keep the environment from
being poisoned with stuff like this.
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions