Skip to content

Commit

Permalink
fish: cbl_bld_tot_tcs: Drop LLVM PR 87169
Browse files Browse the repository at this point in the history
It has been merged.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Apr 3, 2024
1 parent 90f8006 commit 803ac8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fish/functions/cbl_bld_tot_tcs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ 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/85592#issuecomment-2027805325
set -a gh_prs https://github.com/llvm/llvm-project/pull/87169 # [IR] Fix crashes caused by #85592
for gh_pr in $gh_prs
if gh_llvm pr view --json state (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 803ac8f

Please sign in to comment.