[PATCH] D28638: [NDS32 1/22] Recognise nds32 in triple parsing code

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 04:13:11 PST 2017


joerg added a comment.

Missing test case for endianess?



================
Comment at: lib/Support/Triple.cpp:288
+    .Case("nds32", nds32)
+    .Case("nds32le", nds32)
     .Case("nvptx", nvptx)
----------------
Why two triple strings here?


https://reviews.llvm.org/D28638





More information about the llvm-commits mailing list