forked from OSchip/llvm-project
This test actually needs label names.
PR9796 llvm-svn: 154422
This commit is contained in:
parent
2997914ed0
commit
eacf8056b1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue