diff options
author | Shilei Tian <i@tianshilei.me> | 2023-04-21 14:12:57 -0400 |
---|---|---|
committer | Shilei Tian <i@tianshilei.me> | 2023-04-21 14:13:48 -0400 |
commit | 554d8ab63268f1edfff4b59f5613a3a06d4dca4d (patch) | |
tree | 39fec0416ba01abd4210431e3d5898d0305adf6e /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | cd77f9278909ec2dfb06043c9195681f359bcb9d (diff) | |
download | llvm-554d8ab63268f1edfff4b59f5613a3a06d4dca4d.zip llvm-554d8ab63268f1edfff4b59f5613a3a06d4dca4d.tar.gz llvm-554d8ab63268f1edfff4b59f5613a3a06d4dca4d.tar.bz2 |
[OpenMP] Enable the IDE support for the device runtime
Currently the device runtime is built as a custom target, which will not be included
in the compile commands. Those language servers using compile commands cannot
handle device runtime correctly.
In this patch, when `CMAKE_EXPORT_COMPILE_COMMANDS` is turned on, dummy
targets that will be excluded from all will be added. Those targets will not be
built or installed if we just simply do `make` or `make install`, but their
compilation will be included in the compile commands.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D148870
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions