Skip to content

Commit

Permalink
Drop llvm patches folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Sep 24, 2024
1 parent a420a4c commit 956c421
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3,294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
# Apply patches
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17" ]]; then
git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
git apply -v patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
fi
cd build
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
}
else
{
cp -r ..\patches\llvm\clang${{ matrix.clang-runtime }}*
cp -r patches\llvm\clang${{ matrix.clang-runtime }}*
#FIXME: Apply patches without hardcoding
if ( "${{ matrix.clang-runtime }}" -imatch "16" )
{
Expand Down
1 change: 0 additions & 1 deletion patches/llvm/README.md

This file was deleted.

Loading

0 comments on commit 956c421

Please sign in to comment.