builtin_clang=OFF
broken because of missing transitive dependencies
#17461
Labels
builtin_clang=OFF
broken because of missing transitive dependencies
#17461
Since the upgrade to LLVM 16, building ROOT with
builtin_clang=OFF
fails to link. It can be "fixed" with the following diff:However, this is incorrect because it just specifies the missing transitive dependencies. The proper fix is to correctly load
ClangConfig.cmake
which specifies the library targets and their dependencies.The text was updated successfully, but these errors were encountered: