diff options
author | Andrew Trick <atrick@apple.com> | 2013-10-31 22:46:51 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-10-31 22:46:51 +0000 |
commit | f990411256c206e78d8154511c37b8df521fc043 (patch) | |
tree | 6e1e044722a63e8cc8b490717794f996753cca15 /llvm/test/CodeGen/X86/stackmap.ll | |
parent | c21d86f7ec002dd09387cba6fb781a2e3ef59bec (diff) | |
download | bcm5719-llvm-f990411256c206e78d8154511c37b8df521fc043.tar.gz bcm5719-llvm-f990411256c206e78d8154511c37b8df521fc043.zip |
These test cases for experimental features are a bit too darwin-specific still. Use a triple.
llvm-svn: 193820
Diffstat (limited to 'llvm/test/CodeGen/X86/stackmap.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/stackmap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stackmap.ll b/llvm/test/CodeGen/X86/stackmap.ll index b5ce1192f59..3b70860d735 100644 --- a/llvm/test/CodeGen/X86/stackmap.ll +++ b/llvm/test/CodeGen/X86/stackmap.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s ; ; Note: Print verbose stackmaps using -debug-only=stackmaps. |