From 0892a6d7a95fab61ff4e5640e601b363700d952f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 3 Sep 2009 06:15:11 +0000 Subject: [PATCH] use a darwin triple git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80900 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/labels.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/AsmParser/labels.s b/test/MC/AsmParser/labels.s index 576ace6d090..39b40cd7357 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: -- 2.34.1