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 dcb0e3b commit f660e22Copy full SHA for f660e22
pkgs/by-name/tr/triton-llvm/package.nix
@@ -203,6 +203,11 @@ stdenv.mkDerivation (finalAttrs: {
203
--replace-fail "Path.cpp" ""
204
''
205
# Not sure why this fails
206
+ + ''
207
+ rm mlir/test/Dialect/SPIRV/IR/availability.mlir
208
+ rm mlir/test/Dialect/SPIRV/IR/target-env.mlir
209
+ ''
210
+ # Not sure why this fails
211
+ lib.optionalString stdenv.hostPlatform.isAarch64 ''
212
rm llvm/test/tools/llvm-exegesis/AArch64/latency-by-opcode-name.s
213
'';
0 commit comments