mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -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
5 lines
38 B
C
5 lines
38 B
C
int ticlang_libfun()
|
|
{
|
|
return 42;
|
|
}
|