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 1905f5f commit 68bc5b4Copy full SHA for 68bc5b4
1 file changed
pkgs/development/compilers/llvm/12/llvm/default.nix
@@ -96,6 +96,7 @@ in stdenv.mkDerivation (rec {
96
rm test/DebugInfo/X86/convert-debugloc.ll
97
rm test/DebugInfo/X86/convert-inlined.ll
98
rm test/DebugInfo/X86/convert-linked.ll
99
+ rm test/DebugInfo/X86/vla-multi.ll
100
rm test/tools/dsymutil/X86/op-convert.test
101
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
102
# Seems to require certain floating point hardware (NEON?)
0 commit comments