diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-06-27 13:23:25 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-06-27 13:35:41 -0400 |
commit | c7243f21d3f1b1544f6067f81b02c0af9f2ee8ab (patch) | |
tree | 2dcdcc5007e983107d3f4307b00a69d9eb191f65 /lldb/source/Commands/CommandObjectQuit.cpp | |
parent | 535845708949a0acf07c0e4f0bdbaa177498ca59 (diff) | |
download | llvm-c7243f21d3f1b1544f6067f81b02c0af9f2ee8ab.zip llvm-c7243f21d3f1b1544f6067f81b02c0af9f2ee8ab.tar.gz llvm-c7243f21d3f1b1544f6067f81b02c0af9f2ee8ab.tar.bz2 |
[OpenMP] Only strip runtime attributes if needed
Summary:
Currently in OpenMPOpt we strip `noinline` attributes from runtime
functions. This is here because the device bitcode library that we link
has problems with needed definitions getting prematurely optimized out.
This is only necessary for OpenMP offloading to GPUs so we should narrow
the scope for where we spend time doing this. In the future this
shouldn't be necessary as we move to using a linked library rather than
pulling in a bitcode library in Clang.
Diffstat (limited to 'lldb/source/Commands/CommandObjectQuit.cpp')
0 files changed, 0 insertions, 0 deletions