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