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

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 03:53:42 PDT 2016


filcab added a comment.

Thanks for working on this!


================
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
 
----------------
I randomly saw this "linu". It looks like a typo and can probably be changed to Linux.


Repository:
  rL LLVM

http://reviews.llvm.org/D22191





More information about the llvm-commits mailing list