mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -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;
|
|
}
|