[PATCH] D40814: [libcxx] 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: rCXX libc++ CHANGES SINCE LAST ACTION https://reviews.llvm.org/D40814/new/ https://reviews.

[PATCH] D40814: [libcxx] 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: rCXX libc++ https://reviews.llvm.org/D40814 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-

[PATCH] D40814: [libcxx] 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 libcxx is named LIBCXX_TARGET_TRIPLE, not TARGET_TRIPLE. Repository: rCXX libc++ https://reviews.llvm.org/D40814 Files: test/lit.site.cfg.in Index: test/lit.site.cfg.in ==