Skip to content

Commit

Permalink
fish: cbl_bld_tot_tcs: Revert LLVM commit 3e1b55cafc95d4e
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 26, 2024
1 parent 057a815 commit de1a492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fish/functions/cbl_bld_tot_tcs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ 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/117558#issuecomment-2502138759
set -a reverts https://github.com/llvm/llvm-project/commit/3e1b55cafc95d4ef46f302d0fcd695461e376958 # [SDAG] Don't allow implicit trunc in getConstant() (#117558)
for revert in $reverts
if string match -qr 'https?://' $revert
set -l revert (basename $revert)
Expand Down

0 comments on commit de1a492

Please sign in to comment.