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

Andrei Safronov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 15:17:08 PDT 2019


andreisfr created this revision.
andreisfr added reviewers: jyknight, ivanbaev.
Herald added subscribers: llvm-commits, PkmX, dexonsmith, hiraditya.
Herald added a project: LLVM.

I'm sharing initial set of patches that adds LLVM backend for Xtensa architecture. It is based on this LLVM fork https://github.com/espressif/llvm-xtensa. I prepared patches by similar way like it was already successfully done for RISCV, i.e.  incrementally add an initial MC layer for Xtensa by small chunks which could be reviewable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64826

Files:
  llvm/include/llvm/ADT/Triple.h
  llvm/lib/Support/Triple.cpp
  llvm/unittests/ADT/TripleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64826.210189.patch
Type: text/x-patch
Size: 4129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/51bfde2c/attachment.bin>


More information about the llvm-commits mailing list