-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc208b6
commit 2bf3e26
Showing
5 changed files
with
504 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
From 629cea6a21aefda147f674d86a9d9ba550be4e18 Mon Sep 17 00:00:00 2001 | ||
From e1ad26b0a967a41b000373af7c25b5ab62b87d4d Mon Sep 17 00:00:00 2001 | ||
From: Isuru Fernando <[email protected]> | ||
Date: Tue, 4 Aug 2020 21:06:30 -0500 | ||
Subject: [PATCH] pass through QEMU_LD_PREFIX & SDKROOT | ||
Subject: [PATCH 1/3] pass through QEMU_LD_PREFIX & SDKROOT | ||
|
||
--- | ||
llvm/utils/lit/lit/TestingConfig.py | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/llvm/utils/lit/lit/TestingConfig.py b/llvm/utils/lit/lit/TestingConfig.py | ||
index e80369377857..44f5794ed96b 100644 | ||
index e803693778..44f5794ed9 100644 | ||
--- a/llvm/utils/lit/lit/TestingConfig.py | ||
+++ b/llvm/utils/lit/lit/TestingConfig.py | ||
@@ -21,7 +21,7 @@ class TestingConfig(object): | ||
|
@@ -20,6 +20,3 @@ index e80369377857..44f5794ed96b 100644 | |
'CLANG', 'LLDB', 'LD_PRELOAD', 'ASAN_OPTIONS', | ||
'UBSAN_OPTIONS', 'LSAN_OPTIONS', 'ADB', 'ANDROID_SERIAL', | ||
'SSH_AUTH_SOCK', 'SANITIZER_IGNORE_CVE_2016_2143', | ||
-- | ||
2.35.3.windows.1 | ||
|
20 changes: 11 additions & 9 deletions
20
recipe/patches/no-windows-symlinks.patch → ...patches/0002-Always-copy-on-windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
commit 0d6f97c00e78ed4369bd9a642c22cedeaba5fb11 | ||
Author: Isuru Fernando <[email protected]> | ||
Date: Tue Nov 8 13:34:20 2022 -0600 | ||
From 3369987c6c4d085692e9a8de8df3e689ba0b453a Mon Sep 17 00:00:00 2001 | ||
From: Isuru Fernando <[email protected]> | ||
Date: Tue, 8 Nov 2022 13:34:20 -0600 | ||
Subject: [PATCH 2/3] Always copy on windows | ||
|
||
Always copy on windows | ||
|
||
The conda package build machine may have permissions to | ||
create symlinks, but conda doesn't handle symlinks on windows | ||
properly | ||
The conda package build machine may have permissions to | ||
create symlinks, but conda doesn't handle symlinks on windows | ||
properly | ||
--- | ||
llvm/cmake/modules/LLVMInstallSymlink.cmake | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/llvm/cmake/modules/LLVMInstallSymlink.cmake b/llvm/cmake/modules/LLVMInstallSymlink.cmake | ||
index b5c35f706cb7..d63260a62730 100644 | ||
index b5c35f706c..d63260a627 100644 | ||
--- a/llvm/cmake/modules/LLVMInstallSymlink.cmake | ||
+++ b/llvm/cmake/modules/LLVMInstallSymlink.cmake | ||
@@ -10,10 +10,11 @@ function(install_symlink name target outdir) | ||
|
Oops, something went wrong.