[PATCH] D46521: [llvm] cmake: resolve symlinks in LLVMConfig.cmake
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 05:10:49 PDT 2018
mgorny added a comment.
I don't think I agree with this change. Unless I'm missing something, Debian is using a install layout that is broken by design, and you're now attempting to workaround that by adding symlinks and realpath hacks that are supposed to make the broken design somewhat incidentally work, if only someone doesn't miss one of the fragile connections and accidentally break it.
Repository:
rL LLVM
https://reviews.llvm.org/D46521
More information about the llvm-commits
mailing list