Skip to content

Commit 956c421

Browse files
committed
Drop llvm patches folder
1 parent a420a4c commit 956c421

File tree

6 files changed

+2
-3294
lines changed

6 files changed

+2
-3294
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
# Apply patches
373373
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
374374
if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17" ]]; then
375-
git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
375+
git apply -v patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
376376
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
377377
fi
378378
cd build
@@ -439,7 +439,7 @@ jobs:
439439
}
440440
else
441441
{
442-
cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}*
442+
cp -r patches\llvm\clang${{ matrix.clang-runtime }}*
443443
#FIXME: Apply patches without hardcoding
444444
if ( "${{ matrix.clang-runtime }}" -imatch "16" )
445445
{

patches/llvm/README.md

-1
This file was deleted.

0 commit comments

Comments
 (0)