diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-03-14 14:58:36 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-03-14 14:58:36 +0000 |
commit | 1082fa66a5ba321f55120ab26c996c7c86ac1e56 (patch) | |
tree | 2211e9fdea5c3bc83450f0826824456f418779e2 /llvm/test/DebugInfo/Generic/nodebug.ll | |
parent | 35bc38af207324ac8caa459159d6899ede1803be (diff) | |
download | bcm5719-llvm-1082fa66a5ba321f55120ab26c996c7c86ac1e56.tar.gz bcm5719-llvm-1082fa66a5ba321f55120ab26c996c7c86ac1e56.zip |
Revert "Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379."
This reverts commit r263424. Breaks self-host.
llvm-svn: 263437
Diffstat (limited to 'llvm/test/DebugInfo/Generic/nodebug.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/nodebug.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/nodebug.ll b/llvm/test/DebugInfo/Generic/nodebug.ll index 7aafc8d5fa1..6f20aecaaf5 100644 --- a/llvm/test/DebugInfo/Generic/nodebug.ll +++ b/llvm/test/DebugInfo/Generic/nodebug.ll @@ -16,8 +16,10 @@ ; f1(); ; } -; Check that there is no DW_TAG_subprogram, nothing for the 'f2' function. -; Note: No debug info was emitted for 'f1' function because it has no code. +; Check that there's only one DW_TAG_subprogram, nothing for the 'f2' function. +; CHECK: DW_TAG_subprogram +; CHECK-NOT: DW_TAG +; CHECK: DW_AT_name {{.*}} "f1" ; CHECK-NOT: DW_TAG_subprogram @i = external global i32 |