[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
Mon Dec 4 16:52:25 PST 2017
phosek added a comment.
Actually it seems to be missing in libunwind, but I see it in libc++abi and libc++ (I missed that one). Do you want me to remove it from those two or add it to libunwind? It's a little strange to be using both `LIBUNWIND_TARGET_TRIPLE` and `TARGET_TRIPLE` in the same file.
Repository:
rL LLVM
https://reviews.llvm.org/D40816
More information about the cfe-commits
mailing list