tiarmclang Compiler User’s Guide¶
The tiarmclang C/C++ compiler is an implementation of the LLVM-based clang compiler that is customized especially for the development of applications that are designed to be run on ARM Cortex processors.
This user guide will speak in detail to TI ARM specific details about the tiarmclang compiler toolchain in the following sections:
- tiarmclang C/C++ Language Support
- TI ARM C/C++ Language Implementation
- Writing Optimized Code
- Using Assembly Language or Intrinsics in C / C++ Code
- tiarmclang Compiler Options
- tiarmclang Linker Options
- Controlling Placement of Code and Data in ARM Target Memory
- Creating and Linking With Object Libraries
- Additional Information