[PATCH] D40816: [libunwind] Use the correct variable name for target triple in lit
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 11:33:28 PST 2017
phosek added a comment.
After some more digging through libc++ test suite, I think I understand now why these are different variables. It may be possible to remove these and just rely on plain CMake variables but this is likely going to require some more CMake and lit surgery, so for now I'm going to land https://reviews.llvm.org/D40820 which is an alternative solution and revisit this later after I cleanup libc++ test suite.
Repository:
rL LLVM
https://reviews.llvm.org/D40816
More information about the cfe-commits
mailing list