mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
9ba0a54554
Add TIClang compiler ID and support in compiler modules. Update documentation. Add rudimentary RunCMake test for TIClang to test basic functionality. Fixes: #24619
5 lines
38 B
C
5 lines
38 B
C
int ticlang_libfun()
|
|
{
|
|
return 42;
|
|
}
|