mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
Add TIClang compiler ID and support in compiler modules. Update documentation. Add rudimentary RunCMake test for TIClang to test basic functionality. Fixes: #24619
10 lines
117 B
ArmAsm
10 lines
117 B
ArmAsm
.text
|
|
.syntax unified
|
|
.section .text.main,"ax",%progbits
|
|
.hidden main
|
|
.globl main
|
|
.p2align 4
|
|
main:
|
|
nop
|
|
bx lr
|