summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-06-24 13:19:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-06-24 13:19:59 +0000
commite7a939e1d8e4a4ec4155e2aaf7052d2a63efa140 (patch)
treeb0e0d6574c258b970b0adc9ef966b56e6dae4c6e
parent4a931eb4c0cb694e5deeb6e4d57c490faba152b4 (diff)
downloadllvm-e7a939e1d8e4a4ec4155e2aaf7052d2a63efa140.tar.gz
llvm-e7a939e1d8e4a4ec4155e2aaf7052d2a63efa140.tar.bz2
llvm-e7a939e1d8e4a4ec4155e2aaf7052d2a63efa140.tar.xz
llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184731 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/rdrand.ll2
-rw-r--r--test/CodeGen/X86/rdseed.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/rdrand.ll b/test/CodeGen/X86/rdrand.ll
index b0d19cb2f4..3d1870987a 100644
--- a/test/CodeGen/X86/rdrand.ll
+++ b/test/CodeGen/X86/rdrand.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=core-avx-i -mattr=+rdrand | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=core-avx-i -mattr=+rdrand | FileCheck %s
declare {i16, i32} @llvm.x86.rdrand.16()
declare {i32, i32} @llvm.x86.rdrand.32()
declare {i64, i32} @llvm.x86.rdrand.64()
diff --git a/test/CodeGen/X86/rdseed.ll b/test/CodeGen/X86/rdseed.ll
index dae0a60292..462cacad95 100644
--- a/test/CodeGen/X86/rdseed.ll
+++ b/test/CodeGen/X86/rdseed.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=core-avx-i -mattr=+rdseed | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=core-avx-i -mattr=+rdseed | FileCheck %s
declare {i16, i32} @llvm.x86.rdseed.16()
declare {i32, i32} @llvm.x86.rdseed.32()