[PATCH] D74172: [mlir][Linalg] Implement fusion of linalg.generic operation on tensors.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:58:22 PST 2020


phosek added a comment.

The test seems to be failing on aarch64, this is the failure we're seeing on aarch64-linux-gnu:

  FAIL: Clang :: CodeGen/stack-clash-protection.c (3099 of 16811)
  ******************** TEST 'Clang :: CodeGen/stack-clash-protection.c' FAILED ********************
  Script:
  --
  : 'RUN: at line 2';   /b/s/w/ir/k/recipe_cleanup/clanggb_2RS/llvm_build_dir/bin/clang -target x86_64 -O0 -o /b/s/w/ir/k/recipe_cleanup/clanggb_2RS/llvm_build_dir/tools/clang/test/CodeGen/Output/stack-clash-protection.c.tmp.out /b/s/w/ir/k/llvm-project/clang/test/CodeGen/stack-clash-protection.c -fstack-clash-protection && /b/s/w/ir/k/recipe_cleanup/clanggb_2RS/llvm_build_dir/tools/clang/test/CodeGen/Output/stack-clash-protection.c.tmp.out
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  clang-11: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
  gcc: error: unrecognized command line option '-m64'
  clang-11: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)
  
  --

I think this test needs `REQUIRES: x86`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74172/new/

https://reviews.llvm.org/D74172





More information about the llvm-commits mailing list