# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/clang/clang-tools-extra.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- clang-17.0.6.src/CMakeLists.txt.vanilla 2024-03-17 17:15:22.836572510 +0100 +++ clang-17.0.6.src/CMakeLists.txt 2024-03-17 17:15:51.201571081 +0100 @@ -468,6 +468,7 @@ add_subdirectory(lib) add_subdirectory(tools) +add_subdirectory(clang-tools-extra) add_subdirectory(runtime) option(CLANG_BUILD_EXAMPLES "Build CLANG example programs by default." OFF)