[PATCH] D25743: Teach llvm-config about default sysroot.
Azharuddin Mohammed via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 11:37:58 PDT 2016
azharudd added a comment.
In https://reviews.llvm.org/D25743#574916, @beanz wrote:
> I don't understand what you're doing here, or the justification for it. The LLVM build system has no concept of a default sysroot, and I'm not sure I understand why you're creating one. Please explain what you're trying to do and why you feel that you need this.
I realize that the LLVM build system has no concept of default sysroot. Will abandon this change. My intention was to have a way for the user, who might be setting a default sysroot during cmake, to verify that it was set properly.
Repository:
rL LLVM
https://reviews.llvm.org/D25743
More information about the llvm-commits
mailing list