diff options
author | Daniel Otero <danielotero@users.noreply.github.com> | 2024-06-20 16:19:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 09:19:54 -0700 |
commit | 651d44d3dac68192bc4fa37a53e13ae3211c9de0 (patch) | |
tree | 6c4ad5ce8532e273b8c6b9b5f001eb3afd2e0ab2 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | af6acd7442646fde56de919964bd52d7bb7922b2 (diff) | |
download | llvm-651d44d3dac68192bc4fa37a53e13ae3211c9de0.zip llvm-651d44d3dac68192bc4fa37a53e13ae3211c9de0.tar.gz llvm-651d44d3dac68192bc4fa37a53e13ae3211c9de0.tar.bz2 |
[clang] Fix missing installed header (#95979)
Since commit 8d468c132eed7ffe34d601b224220efd51655eb3, the header
`openmp_wrappers/complex` is hidden behind `openmp_wrappers/complex.h`
due to a bug in CMake[^1], so is not actually installed.
To test the issue, you can ask `ninja` to generate the file on your
build:
```
$ ninja lib/clang/19/include/openmp_wrappers/complex.h
[199/199] Copying clang's openmp_wrappers/complex.h...
$ ninja lib/clang/19/include/openmp_wrappers/complex
ninja: error: unknown target 'lib/clang/19/include/openmp_wrappers/complex', did you mean 'lib/clang/19/include/openmp_wrappers/complex.h'?
```
Re-ordering the entries workarounds the issue. The other option is to
revert the cited commit, but I'm not sure which approach is preferred.
CC @etcwilde @jdoerfert
[^1]: [Here](https://gitlab.kitware.com/cmake/cmake/-/issues/26058) is
the CMake report on the issue.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions