summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-scope.c
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2015-11-19 19:53:16 +0000
committerDehao Chen <dehao@google.com>2015-11-19 19:53:16 +0000
commitb85fc5c79944606b62053b953d0ed6f91b3400e9 (patch)
treec817dd2d761498b641bbea5600ce6f6f8ac3dc9f /clang/test/CodeGen/debug-info-scope.c
parent23e2278e271ef82b0a72c031856ce06da696d817 (diff)
downloadbcm5719-llvm-b85fc5c79944606b62053b953d0ed6f91b3400e9.tar.gz
bcm5719-llvm-b85fc5c79944606b62053b953d0ed6f91b3400e9.zip
Update clang tests to accomendate discriminator changes.
Summary: The discriminator change in http://reviews.llvm.org/D14738 will fail these clang tests. Update the test to accomendate the discriminator change. Reviewers: dblaikie, davidxl, dnovillo Differential Revision: http://reviews.llvm.org/D14836 llvm-svn: 253595
Diffstat (limited to 'clang/test/CodeGen/debug-info-scope.c')
-rw-r--r--clang/test/CodeGen/debug-info-scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/debug-info-scope.c b/clang/test/CodeGen/debug-info-scope.c
index af4b49b8fcf..40cb192ccc7 100644
--- a/clang/test/CodeGen/debug-info-scope.c
+++ b/clang/test/CodeGen/debug-info-scope.c
@@ -10,6 +10,7 @@ int main() {
// GMLT-NOT: !DILexicalBlock
// GMLT: !DILexicalBlockFile({{.*}}, discriminator: 1)
+// GMLT: !DILexicalBlockFile({{.*}}, discriminator: 2)
// Make sure we don't have any more lexical blocks because we don't need them in
// -gmlt.
// GMLT-NOT: !DILexicalBlock
OpenPOWER on IntegriCloud