diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-22 19:34:33 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-22 19:34:33 +0000 |
commit | 60a877b5b9c27fb2c3418274d05d7b0063838948 (patch) | |
tree | 2ac4181347f52ce6447b3e5733d45b6da2acbe36 /clang/test/CodeGenObjC/catch-lexical-block.m | |
parent | 6d87ce8bd59a2b2e96fa418c4f5605cb8deda809 (diff) | |
download | bcm5719-llvm-60a877b5b9c27fb2c3418274d05d7b0063838948.tar.gz bcm5719-llvm-60a877b5b9c27fb2c3418274d05d7b0063838948.zip |
DebugInfo: Omit scopes in -gmlt to reduce metadata size (on disk and in memory)
I haven't done any actual impact analysis of this change as it's a
strict improvement, but I'd be curious to know how much it helps.
llvm-svn: 220408
Diffstat (limited to 'clang/test/CodeGenObjC/catch-lexical-block.m')
-rw-r--r-- | clang/test/CodeGenObjC/catch-lexical-block.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/catch-lexical-block.m b/clang/test/CodeGenObjC/catch-lexical-block.m index 618d3a22322..d5aeee143be 100644 --- a/clang/test/CodeGenObjC/catch-lexical-block.m +++ b/clang/test/CodeGenObjC/catch-lexical-block.m @@ -10,6 +10,6 @@ void f0() { // We should have 3 lexical blocks here at the moment, including one // for the catch block. // CHECK: lexical_block -// CHECK: lexical_block // CHECK: auto_variable // CHECK: lexical_block +// CHECK: lexical_block |