This is an archive of the discontinued LLVM Phabricator instance.

Improve CMake output of host and target triple
ClosedPublic

Authored by arichardson on Feb 10 2016, 3:53 AM.

Details

Summary

The previous output was confusing as it would output "Taget triple:
x86_64-unknown-linux-gnu" even when LLVM_HOST_TRIPLE or
LLVM_DEFAULT_TARGET_TRIPLE were set on the CMake command line

Diff Detail

Repository
rL LLVM

Event Timeline

arichardson retitled this revision from to Improve CMake output of host and target triple.
arichardson updated this object.
beanz accepted this revision.Feb 10 2016, 10:46 PM
beanz edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 10 2016, 10:46 PM

Looks like patch was not committed.

I haven't submitted this because I don't have commit access.

Ah! I will commit it for you now.

Thank you for the patch!

This revision was automatically updated to reflect the committed changes.