]> granicus.if.org Git - clang/commitdiff
This test actually needs label names.
authorEric Christopher <echristo@apple.com>
Tue, 10 Apr 2012 18:36:52 +0000 (18:36 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 10 Apr 2012 18:36:52 +0000 (18:36 +0000)
PR9796

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154422 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/debug-line-1.c

index b31de55c8c1f63b0d3d2cb4a7fd2e6cfd43f8473..00d4f421f8a1004fb7eb4b4cd140f15f736b027f 100644 (file)
@@ -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.