diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-10 18:36:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-10 18:36:52 +0000 |
commit | eacf8056b1508f073a3e4494506cd98f02f7d640 (patch) | |
tree | 9f234e9a6d452211d6a83b07f5912bd13137e604 | |
parent | 2997914ed0d4a6653b277668a47104b20fbf84fe (diff) | |
download | bcm5719-llvm-eacf8056b1508f073a3e4494506cd98f02f7d640.tar.gz bcm5719-llvm-eacf8056b1508f073a3e4494506cd98f02f7d640.zip |
This test actually needs label names.
PR9796
llvm-svn: 154422
-rw-r--r-- | clang/test/CodeGen/debug-line-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-line-1.c b/clang/test/CodeGen/debug-line-1.c index b31de55c8c1..00d4f421f8a 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. |