mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #83202 from charles-zablit/charles-zablit/windows/fix-wrong-LLVM_HOST_TRIPLE-to-6.2
🍒 [windows][lldb] fix incorrect LLVM_HOST_TRIPLE when cross-compiling
This commit is contained in:
@@ -1750,7 +1750,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [switch] $Test) {
|
||||
LLVM_CONFIG_PATH = (Join-Path -Path $BuildTools -ChildPath "llvm-config.exe");
|
||||
LLVM_ENABLE_ASSERTIONS = $(if ($Variant -eq "Asserts") { "YES" } else { "NO" })
|
||||
LLVM_EXTERNAL_SWIFT_SOURCE_DIR = "$SourceCache\swift";
|
||||
LLVM_HOST_TRIPLE = $BuildPlatform.Triple;
|
||||
LLVM_HOST_TRIPLE = $Platform.Triple;
|
||||
LLVM_NATIVE_TOOL_DIR = $BuildTools;
|
||||
LLVM_TABLEGEN = (Join-Path $BuildTools -ChildPath "llvm-tblgen.exe");
|
||||
LLVM_USE_HOST_TOOLS = "NO";
|
||||
|
||||
Reference in New Issue
Block a user