diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-28 03:57:55 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-28 03:57:55 +0000 |
| commit | 2f72a842844dd46323b12740327a7fe891f068f1 (patch) | |
| tree | bfc4db4c95090d2d6418b4174e449ead26c03921 /llvm/test/CodeGen | |
| parent | 6593e6eaf67186790ac800364b3bfe5156f2c086 (diff) | |
| download | bcm5719-llvm-2f72a842844dd46323b12740327a7fe891f068f1.tar.gz bcm5719-llvm-2f72a842844dd46323b12740327a7fe891f068f1.zip | |
Add a triple.
llvm-svn: 124471
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/visibility.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/visibility.ll b/llvm/test/CodeGen/X86/visibility.ll index 9153de46188..a8d287083a8 100644 --- a/llvm/test/CodeGen/X86/visibility.ll +++ b/llvm/test/CodeGen/X86/visibility.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s define hidden void @foo() nounwind { entry: |

