ClangConfig requires LLVMConfig, so add find_package call in ClangConfig so find_package(clang REQUIRED CONFIG) will just work. This makes it easier for cmake based projects to use clang, e.g., tools using ClangTooling.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Great, thanks. Btw, I don't have commit access, so could you commit for me? thanks don