-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
Description
The clang-resource-headers target was turned into an interface library, and exported, in 8d468c1. I see the Clang packages from apt.llvm.org are past that point in Git history now, but the clang-resource-headers target is not available.
It shows up in /usr/lib/llvm-20/ClangConfig.cmake:
set(CLANG_EXPORTED_TARGETS "clang-tblgen;clang-resource-headers;clangBasic;[...]
but there's no trace of its definition in /usr/lib/llvm-20/ClangTargets.cmake.
I'm not sure if this is a problem with the target definition, or if something happens in packaging that causes it to be lost.
cc: @etcwilde