[PATCH] D24005: [compiler-rt cmake] Support overriding llvm-config query results
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 10:03:49 PDT 2016
beanz added a comment.
You cannot rename the variables that start with `LLVM_*`, but the variables without the leading `LLVM` can be renamed to whatever makes sense, or left as-is. I'm fine with either way.
The variables starting with `LLVM_*` are effectively public interface to the build system, and renaming them would be very difficult.
https://reviews.llvm.org/D24005
More information about the cfe-commits
mailing list