[PATCH] D46522: [clang] cmake: resolve symlinks in ClangConfig.cmake
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 12 01:06:09 PDT 2018
kimgr added a comment.
I'm interested in this, I've tried for a while to fix the Debian packaging but I'm completely new to the packaging toolchain, so I'm making slow headway.
Some of the problems are recorded in: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=862328
My (possibly naive) take is that since the LLVM/Clang build/install tree works as-is with `find_package`, the bug must be in packaging. That is, if you have a local build tree in `/build/`, this configures without a hitch: `cmake -DCMAKE_PREFIX_PATH=/build/ -G Ninja .`.
Repository:
rC Clang
https://reviews.llvm.org/D46522
More information about the cfe-commits
mailing list