[PATCH] D40815: [libcxxabi] Use the correct variable name for target triple in lit

2019-02-04 Thread Petr Hosek via Phabricator via cfe-commits
phosek abandoned this revision. phosek added a comment. Herald added subscribers: libcxx-commits, ldionne. This is no longer needed after D57670 landed. Repository: rCXXA libc++abi CHANGES SINCE LAST ACTION https://reviews.llvm.org/D40815/new/ https://revi

[PATCH] D40815: [libcxxabi] Use the correct variable name for target triple in lit

2017-12-06 Thread Chris Bieneman via Phabricator via cfe-commits
beanz accepted this revision. beanz added a comment. This revision is now accepted and ready to land. LGTM. Repository: rCXXA libc++abi https://reviews.llvm.org/D40815 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/

[PATCH] D40815: [libcxxabi] Use the correct variable name for target triple in lit

2017-12-04 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. The variable representing target triple in libcxxabi is named LIBCXXABI_TARGET_TRIPLE, not TARGET_TRIPLE. Repository: rCXXA libc++abi https://reviews.llvm.org/D40815 Files: test/lit.site.cfg.in Index: test/lit.site.cfg.in