Closed
Description
On Ubuntu jammy:
FAILED: /build/source/build-llvm/include/c++/v1/libcxx.imp
cd /build/source/build-llvm/runtimes/runtimes-bins/libcxx/include && /usr/bin/python3.10 /build/source/libcxx/utils/generate_iwyu_mapping.py -o /build/source/build-llvm/include/c++/v1/libcxx.imp
Traceback (most recent call last):
File "/build/source/libcxx/utils/generate_iwyu_mapping.py", line 92, in <module>
main(sys.argv[1:])
File "/build/source/libcxx/utils/generate_iwyu_mapping.py", line 82, in main
raise RuntimeError(f"{header}: Header {public} is not a valid header")
RuntimeError: __cxx03/__algorithm/adjacent_find.h: Header cxx03 is not a valid header
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sylvestre commentedon Oct 2, 2024
seems to be caused by 67432f2 cc @philnik777
Michael137 commentedon Oct 2, 2024
Seeing this also on the macOS buildbots: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/12720/execution/node/45/log/
Revert "[libc++][C++03] Copy the LLVM 19 headers (#108999)"
sylvestre commentedon Oct 2, 2024
ok, thanks for the confirmation. I reverted the change in 68c04b0
ldionne commentedon Oct 2, 2024
This patch was indeed checked in with a CI failure on our side too. Thanks for reverting!
sylvestre commentedon Oct 2, 2024
Happy to help :)
Revert "[libc++][C++03] Copy the LLVM 19 headers (llvm#108999)"
Squashed 'thirdparty/llvm-project/' changes from b57038a611329..b4437…