commit | 5973bc8a82dc585b1f08190e4baba389a17a880f | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri May 20 19:35:35 2016 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri May 20 19:35:35 2016 +0000 |
tree | fb8a180f9b9d569b1e49c054ba792069d54bd37c | |
parent | 96c9ae6a20269a6dec5601f09c8ecf173a6f54ad [diff] |
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor. This gives AsmPrinter a chance to initialize its DD field before we call beginModule(), which is about to start using it. Differential Revision: http://reviews.llvm.org/D20413 llvm-svn: 270258