https://github.com/Kitware/CMake
Revision 4977739fc978a0480fc1cde3f03a88a083e955a5 authored by Brad King on 12 February 2024, 15:57:09 UTC, committed by Kitware Robot on 12 February 2024, 15:57:18 UTC
4c51136b8c ci: Enable TIClang test on Debian Clang jobs in nightly pipeline
9ba0a54554 TIClang: Add support for TI Clang-based compilers, including tiarmclang

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9228
2 parent s f3acc9b + 4c51136
Raw File
Tip revision: 4977739fc978a0480fc1cde3f03a88a083e955a5 authored by Brad King on 12 February 2024, 15:57:09 UTC
Merge topic 'ticlang-compilers' into release-3.29
Tip revision: 4977739
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top