From b9a91d6a06ae8a3de814bbc83d9544a7201a5c49 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 25 Jan 2024 11:33:40 -0700 Subject: [PATCH] fish: cbl_bld_tot_tcs: Temporarily remove problematic test Signed-off-by: Nathan Chancellor --- fish/functions/cbl_bld_tot_tcs.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish/functions/cbl_bld_tot_tcs.fish b/fish/functions/cbl_bld_tot_tcs.fish index 947a7073..80a83b4b 100644 --- a/fish/functions/cbl_bld_tot_tcs.fish +++ b/fish/functions/cbl_bld_tot_tcs.fish @@ -127,6 +127,9 @@ function cbl_bld_tot_tcs -d "Build LLVM and binutils from source for kernel deve end end + # https://github.com/llvm/llvm-project/pull/79261#issuecomment-1909190463 + rm -fv $llvm_project/clang/test/Interpreter/cxx20-modules.cppm + # Add patches to revert here for revert in $reverts set -l revert (basename $revert)