Skip to content

Commit

Permalink
fish: cbl_bld_tot_tcs: Update reason for SDAG revert
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 1, 2024
1 parent 7b23149 commit 8ecceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/functions/cbl_bld_tot_tcs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ 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
# https://github.com/llvm/llvm-project/pull/117558#issuecomment-2510208764
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
Expand Down

0 comments on commit 8ecceb6

Please sign in to comment.