[PATCH] D64826: [Xtensa 1/10] Recognize Xtensa in triple parsing code.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 09:10:04 PDT 2022


saugustine accepted this revision.
saugustine added a comment.

One minor nit, but otherwise this looks good.



================
Comment at: llvm/include/llvm/ADT/Triple.h:88
     xcore,          // XCore: xcore
+    xtensa,         // Tensilica Xtensa
     nvptx,          // NVPTX: 32-bit
----------------
Add a colon between Tensilica and Xtensa.


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

https://reviews.llvm.org/D64826



More information about the llvm-commits mailing list