diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-12-09 18:27:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-12-09 18:27:22 +0000 |
commit | d4c8b5d2e851b0e8a063c6bf8543a4823a26c15a (patch) | |
tree | d5baf24dba561bcf8bc6ec60db36bfc5586f6378 /test/CodeGen/X86 | |
parent | 30815c536baacc07e925f0aef23a5395883173dc (diff) |
Notes
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/dbg-i128-const.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-i128-const.ll b/test/CodeGen/X86/dbg-i128-const.ll index fb83fca4b7e6c..bd96d9195d021 100644 --- a/test/CodeGen/X86/dbg-i128-const.ll +++ b/test/CodeGen/X86/dbg-i128-const.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s ; CHECK: DW_AT_const_value ; CHECK-NEXT: 42 |