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

Andrei Safronov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 18:11:27 PDT 2022


andreisfr marked an inline comment as done.
andreisfr added inline comments.


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


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

https://reviews.llvm.org/D64826



More information about the llvm-commits mailing list