Merge pull request #81697 from bnbarham/use-toolchain-version

Add the distribution tag to `-print-target-info`
This commit is contained in:
Ben Barham
2025-05-30 09:51:03 -07:00
committed by GitHub
7 changed files with 24 additions and 23 deletions

View File

@@ -336,6 +336,8 @@ set(SWIFT_COMPILER_VERSION "" CACHE STRING
"The internal version of the Swift compiler")
set(CLANG_COMPILER_VERSION "" CACHE STRING
"The internal version of the Clang compiler")
set(SWIFT_TOOLCHAIN_VERSION "" CACHE STRING
"The Swift compiler tag")
option(SWIFT_DISABLE_DEAD_STRIPPING
"Turn off Darwin-specific dead stripping for Swift host tools." FALSE)