This is an archive of the discontinued LLVM Phabricator instance.

Teach llvm-config about default sysroot.
AbandonedPublic

Authored by azharudd on Oct 18 2016, 12:56 PM.

Details

Summary

Prints the default sysroot if it has been set.

Patch by Azharuddin Mohammed.

Diff Detail

Repository
rL LLVM

Event Timeline

azharudd updated this revision to Diff 75056.Oct 18 2016, 12:56 PM
azharudd retitled this revision from to Teach llvm-config about default sysroot..
azharudd updated this object.
azharudd added reviewers: mgrang, apazos.
azharudd set the repository for this revision to rL LLVM.
azharudd added a subscriber: llvm-commits.
beanz added a comment.Oct 19 2016, 3:42 PM

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.

beanz added a reviewer: beanz.Oct 19 2016, 3:43 PM

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.

azharudd abandoned this revision.Oct 27 2016, 11:13 AM