We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafb8fb commit 5e5ed7dCopy full SHA for 5e5ed7d
1 file changed
pkgs/development/compilers/llvm/15/llvm/default.nix
@@ -227,6 +227,12 @@ in stdenv.mkDerivation (rec {
227
rm test/tools/gold/X86/split-dwarf.ll
228
rm test/tools/llvm-dwarfdump/X86/prettyprint_types.s
229
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
236
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
237
# Seems to require certain floating point hardware (NEON?)
238
rm test/ExecutionEngine/frem.ll
0 commit comments