This has been deprecated for a while, since D51714 in 2018.
Remove it in favor of using CMake's find_package() function.
Differential D128777
clang/cmake: Drop use of llvm-config for LLVM install discovery Ericson2314 on Jun 28 2022, 6:17 PM. Authored by
Details This has been deprecated for a while, since D51714 in 2018. Remove it in favor of using CMake's find_package() function.
Diff Detail
Event Timeline
Comment Actions This is similar to @Ericson2314's change D130735 which also removes llvm-config from LLD. I'm fine with either of the two changes. It might be better to land the Clang and LLD changes separately so they can be reverted separately if needed. Comment Actions @Ericson2314 Your version of these patches removed a few more things than mine (which seems better to me), do you want to just split your patch and commit the parts separately? |
This doesn't look right (even though it passes my testing). I need to update this part of the patch.