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
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top