Add a triple so that right syntax is choosen on mac osx systems
authorArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 18 Jun 2014 17:20:49 +0000 (17:20 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 18 Jun 2014 17:20:49 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211188 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/arm64-convert-v4f64.ll

index 6bfb0a54ea3a7d03ff4aebc16ee945f352f4b8b5..7123e5e0b235e2392683d441ce8dc5c8eee69476 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm64 | FileCheck %s
+; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -march=arm64 | FileCheck %s
 
 
 define <4 x i16> @fptosi_v4f64_to_v4i16(<4 x double>* %ptr) {