From eacf8056b1508f073a3e4494506cd98f02f7d640 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 10 Apr 2012 18:36:52 +0000 Subject: [PATCH] This test actually needs label names. PR9796 llvm-svn: 154422 --- clang/test/CodeGen/debug-line-1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/test/CodeGen/debug-line-1.c b/clang/test/CodeGen/debug-line-1.c index b31de55c8c1f..00d4f421f8a1 100644 --- a/clang/test/CodeGen/debug-line-1.c +++ b/clang/test/CodeGen/debug-line-1.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -g %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -g %s | FileCheck %s +// REQUIRES: asserts // PR9796 // Check to make sure that we emit the block for the break so that we can count the line.