]> granicus.if.org Git - llvm/commit
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 19 Jul 2017 19:36:40 +0000 (19:36 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 19 Jul 2017 19:36:40 +0000 (19:36 +0000)
commita6df1e57e873c4720a00c02de3a25b07596e5243
treed5d7b135bdd89bb23f2eacac9e3adfb2381c7b43
parentb8ae3835b5c98457635a34854efe187d93fcf3d7
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
and non-debug units.

Patch by Andrea DiBiagio.

Differential Revision:  https://reviews.llvm.org/D35637

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugValues.cpp
test/CodeGen/X86/debug-nodebug-crash.ll [new file with mode: 0644]