diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-03 06:15:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-03 06:15:11 +0000 |
commit | 0892a6d7a95fab61ff4e5640e601b363700d952f (patch) | |
tree | 2cafdbc090d52beecb4a1c9bbbb486c6cc50a96c /test/MC | |
parent | a9eb35945250afcc467d106f8490add4e999621b (diff) |
use a darwin triple
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/AsmParser/labels.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/labels.s b/test/MC/AsmParser/labels.s index 576ace6d09..39b40cd735 100644 --- a/test/MC/AsmParser/labels.s +++ b/test/MC/AsmParser/labels.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s +// RUN: llvm-mc -triple i686-apple-darwin10 %s | FileCheck %s .data // CHECK: a: |