Prints the default sysroot if it has been set.
Patch by Azharuddin Mohammed.
Differential D25743
Teach llvm-config about default sysroot. azharudd on Oct 18 2016, 12:56 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions 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. Comment Actions 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. |