[PATCH] D22191: [AARCH64] Enable AARCH64 lit tests on windows dev machines
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 04:23:38 PDT 2016
RKSimon added a comment.
In https://reviews.llvm.org/D22191#488090, @rengolin wrote:
> This looks like a good idea, have you ran the test on Linux after the change?
No, just windows and OSX - good enough?
================
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
----------------
rengolin wrote:
> 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. :)
I can fix this post.
Repository:
rL LLVM
https://reviews.llvm.org/D22191
More information about the llvm-commits
mailing list