diff options
author | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2020-06-14 09:07:31 -0400 |
---|---|---|
committer | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2020-06-15 21:09:18 -0400 |
commit | 6752786d657ae13ccccdf93e1fa45df5277052ab (patch) | |
tree | ade95d650bd4caddad7b73aa8f22e6b40cb18590 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | b0ffa8befe4f631b058bb56d1f05c1977c5f6912 (diff) | |
download | llvm-6752786d657ae13ccccdf93e1fa45df5277052ab.zip llvm-6752786d657ae13ccccdf93e1fa45df5277052ab.tar.gz llvm-6752786d657ae13ccccdf93e1fa45df5277052ab.tar.bz2 |
[HIP] Do not use llvm-link/opt/llc for -fgpu-rdc
This patch is a follow up on https://reviews.llvm.org/D81627.
In addition to default -fno-gpu-rdc case, this patches let
HIP toolchain not use llvm-link/opt/llc to link device code
for -fgpu-rdc case. Instead, uses standard lto.
This will eliminate some redundant optimizations and speed
up the compilation/linking.
Differential Revision: https://reviews.llvm.org/D81861
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions