Skip to content

Commit

Permalink
fish: cbl_bld_tot_tcs: Use forward fix for LLVM commit 7763119c6eb09
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Feb 18, 2025
1 parent 784a7e2 commit fe57895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fish/functions/cbl_bld_tot_tcs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ function cbl_bld_tot_tcs -d "Build LLVM and binutils from source for kernel deve
end

# Add patches to revert here
# https://github.com/llvm/llvm-project/pull/116984#issuecomment-2661045466
set -a reverts https://github.com/llvm/llvm-project/commit/7763119c6eb0976e4836f81c9876c49a36d46d73 # [PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (#116984)
for revert in $reverts
if string match -qr 'https?://' $revert
set -l revert (path basename $revert)
Expand All @@ -160,6 +158,8 @@ function cbl_bld_tot_tcs -d "Build LLVM and binutils from source for kernel deve
end

# Add in-review patches here
# https://github.com/llvm/llvm-project/pull/116984#issuecomment-2661045466
set -a gh_prs https://github.com/llvm/llvm-project/pull/127376 # [PowerPC] $carry should be added to successors liveins if still alive after expanding ISEL
for gh_pr in $gh_prs
if gh_llvm pr view --json state (path basename $gh_pr) | python3 -c "import json, sys; sys.exit(0 if json.load(sys.stdin)['state'] == 'MERGED' else 1)"
print_warning "$gh_pr has already been merged, skipping..."
Expand Down

0 comments on commit fe57895

Please sign in to comment.