Skip to content

Commit

Permalink
llvmPackages_15.llvm: disable some RISC-V ZBP tests on arm32
Browse files Browse the repository at this point in the history
see this thread for context: #194634 (comment)

Co-authored-by: misuzu <[email protected]>
  • Loading branch information
rrbutani and misuzu committed Jan 27, 2023
1 parent eafb8fb commit 5e5ed7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/compilers/llvm/15/llvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ in stdenv.mkDerivation (rec {
rm test/tools/gold/X86/split-dwarf.ll
rm test/tools/llvm-dwarfdump/X86/prettyprint_types.s
rm test/tools/llvm-dwarfdump/X86/simplified-template-names.s
# !!! Note: these tests are removed in LLVM 16.
#
# See here for context: https://github.com/NixOS/nixpkgs/pull/194634#discussion_r999790443
rm test/CodeGen/RISCV/rv32zbp.ll
rm test/CodeGen/RISCV/rv64zbp.ll
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?)
rm test/ExecutionEngine/frem.ll
Expand Down

0 comments on commit 5e5ed7d

Please sign in to comment.