Hello Dear Team,
I would like to have builtins.def file for Tricore.
I attached the example builtin files for ARM and default.
Could you please help me in providing the same for Tricore/Aurix.
Thanks you in advance!!!.
Builtins.def (54.2 KB)
BuiltinsARM.def (3.92 KB)
Hi Minal
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 (GitHub - TriDis/llvm-tricore: LLVM Compiler Infrastructure with TriCore backend), 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.