Skip to content

Commit 5e5ed7d

Browse files
rrbutanimisuzu
andcommitted
llvmPackages_15.llvm: disable some RISC-V ZBP tests on arm32
see this thread for context: #194634 (comment) Co-authored-by: misuzu <bakalolka@gmail.com>
1 parent eafb8fb commit 5e5ed7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/development/compilers/llvm/15/llvm/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ in stdenv.mkDerivation (rec {
227227
rm test/tools/gold/X86/split-dwarf.ll
228228
rm test/tools/llvm-dwarfdump/X86/prettyprint_types.s
229229
rm test/tools/llvm-dwarfdump/X86/simplified-template-names.s
230+
231+
# !!! Note: these tests are removed in LLVM 16.
232+
#
233+
# See here for context: https://github.com/NixOS/nixpkgs/pull/194634#discussion_r999790443
234+
rm test/CodeGen/RISCV/rv32zbp.ll
235+
rm test/CodeGen/RISCV/rv64zbp.ll
230236
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
231237
# Seems to require certain floating point hardware (NEON?)
232238
rm test/ExecutionEngine/frem.ll

0 commit comments

Comments
 (0)