[llvm-dev] LLVM Support needed

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 18 12:27:04 PDT 2021


Hi Minal

On Thu, 18 Mar 2021 at 16:06, Kulkarni, Minal via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I would like to have builtins.def file for Tricore.

Why especially this file? It's one (very small) part of being able to
use LLVM or Clang to generate code for Tricore.

There's no official LLVM backend for Tricore and writing a backend is
a large task. There does appear to be an external fork that tried to
support it (https://github.com/TriDis/llvm-tricore), but the last
commit was 5 years ago so it's probably not active any more and who
knows how mature it was at the time.

Cheers.

Tim.


More information about the llvm-dev mailing list