[clang] RFC: [cmake] Export CLANG_RESOURCE_DIR in ClangConfig (PR #97197)
Kim Gräsman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 23:18:05 PDT 2024
kimgr wrote:
@etcwilde
> The path is already available through the exported clang-resource-header imported interface target
I think that one has the full path to the compiler-supplied built-in headers, not the resource dir (which is basically its parent). We could do some path mangling, but that's what burned us in the first place.
https://github.com/llvm/llvm-project/pull/97197
More information about the cfe-commits
mailing list