[clang] [clang] Fix missing installed header (PR #95979)

2024-06-18 Thread Daniel Otero via cfe-commits
https://github.com/danielotero created https://github.com/llvm/llvm-project/pull/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

[clang] [clang] Fix missing installed header (PR #95979)

2024-06-19 Thread Daniel Otero via cfe-commits
danielotero wrote: I forgot to say I don't have commit access, so feel free to merge this. https://github.com/llvm/llvm-project/pull/95979 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi