[PATCH] D22191: [AARCH64] Enable AARCH64 lit tests on windows dev machines

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 04:21:49 PDT 2016


rengolin added a comment.

This looks like a good idea, have you ran the test on Linux after the change?


================
Comment at: test/CodeGen/AArch64/aarch64-minmaxv.ll:1
@@ -1,2 +1,2 @@
-; RUN: llc -march=aarch64 -aarch64-neon-syntax=generic < %s | FileCheck %s
+; RUN: llc < %s -mtriple=aarch64-linu--gnu -aarch64-neon-syntax=generic | FileCheck %s
 
----------------
filcab wrote:
> I randomly saw this "linu". It looks like a typo and can probably be changed to Linux.
This seems the only occurrence, as it was a typo in the original triple. :)


Repository:
  rL LLVM

https://reviews.llvm.org/D22191





More information about the llvm-commits mailing list