Module debug info: Don't assert when encountering an incomplete definition
in isDefinedInClangModule() and assume that the incomplete definition is not defined in the module. This broke the -gmodules self host recently. rdar://problem/27894367 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279485 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGDebugInfo.cpp 2 additions, 1 deletionlib/CodeGen/CGDebugInfo.cpp
- test/Modules/Inputs/DebugNestedA.h 8 additions, 0 deletionstest/Modules/Inputs/DebugNestedA.h
- test/Modules/Inputs/DebugNestedB.h 7 additions, 0 deletionstest/Modules/Inputs/DebugNestedB.h
- test/Modules/Inputs/module.map 10 additions, 0 deletionstest/Modules/Inputs/module.map
Loading
Please register or sign in to comment