This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Use the correct variable name for target triple in lit
AbandonedPublic

Authored by phosek on Dec 4 2017, 4:29 PM.

Details

Reviewers
beanz
EricWF
Summary

The variable representing target triple in libcxxabi is named
LIBCXXABI_TARGET_TRIPLE, not TARGET_TRIPLE.

Diff Detail

Repository
rCXXA libc++abi

Event Timeline

phosek created this revision.Dec 4 2017, 4:29 PM
beanz accepted this revision.Dec 6 2017, 2:32 PM

LGTM.

This revision is now accepted and ready to land.Dec 6 2017, 2:32 PM
phosek abandoned this revision.Feb 4 2019, 12:28 PM

This is no longer needed after D57670 landed.