[PATCH] D63497: Add support for openSUSE RISC-V triple

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 09:17:54 PDT 2019


lebedev.ri added a reviewer: asb.
lebedev.ri added a comment.

Nice :)
It is also a good idea to upload patches with full context (`-U99999`)



================
Comment at: llvm/unittests/ADT/TripleTest.cpp:333
 
+  T = Triple("riscv64-suse-linux");
+  EXPECT_EQ(Triple::riscv64, T.getArch());
----------------
Without context i can't tell, in general is the grouping here based on the triple, or the vendor?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63497/new/

https://reviews.llvm.org/D63497





More information about the cfe-commits mailing list