summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorJoseph Huber <35342157+jhuber6@users.noreply.github.com>2023-10-26 10:36:34 -0500
committerGitHub <noreply@github.com>2023-10-26 10:36:34 -0500
commitcee08ff342f39f8cd2b3b66f48ecb33d8b5efe65 (patch)
tree051c01b779d60e091c1d3837413372ed3dad4890 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parent166b3a86173666ccf823d09e30f40f4a0d386e18 (diff)
[Libomptarget] Do not pass 'nogpulib' to the non-LTO Nvidia tests (#70327)
Summary: For the other tests we pass `-nogpulib` to ensure that we set up the needed libraries correctly. However, this caused problems for the non-LTO build and test of Nvidia systems. In general this is because we would do a separate compile of the libomptarget device runtime and then link in that cubin. This exercised the runtime in a lot of ways it's not used to, since doing things this way was hardly expected or tested. This patch disables it only for the Nvidia non-LTO build so that we still get the effect of `--liboimptarget-nvptx-bc-path` rather than ignoring it.
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions