Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...
Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." This reverts commit r181393 (git 3923d6a8). This seems to be emitting too much extra debug info for two (known) reasons: * full class definitions are emitted when only declarations are expected * unused using declarations still produce DW_TAG_imported_declarations git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181947 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGDebugInfo.cpp 7 additions, 50 deletionslib/CodeGen/CGDebugInfo.cpp
- lib/CodeGen/CGDebugInfo.h 0 additions, 13 deletionslib/CodeGen/CGDebugInfo.h
- lib/CodeGen/CGDecl.cpp 2 additions, 5 deletionslib/CodeGen/CGDecl.cpp
- test/CodeGenCXX/debug-info-namespace.cpp 11 additions, 35 deletionstest/CodeGenCXX/debug-info-namespace.cpp
Loading
Please register or sign in to comment