diff options
author | Joseph Huber <huberjn@outlook.com> | 2023-11-30 15:48:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 15:48:39 -0600 |
commit | 0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16 (patch) | |
tree | 199b3690fdee18ee37c42d0093e2d83f810870a6 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | fce4c0acd6db4bd8598db7eb471ccca60dc05406 (diff) | |
download | llvm-0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16.zip llvm-0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16.tar.gz llvm-0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16.tar.bz2 |
[Libomptarget] Output the DeviceRTL alongside the other libraries (#73705)
Summary:
Currently, the `libomp.so` and `libomptarget.so` are emitted in the
`./lib` build directory generally. This logic is internal to the
`add_llvm_library` function we use to build `libomptarget`. The
DeviceRTl static library however is in the middle of the OpenMP runtime
build, which can vary depending on if this is a runtimes or projects
build. This patch changes this to install the DeviceRTL static library
alongside the other OpenMP libraries so they are easier to find.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions