| commit | 8c3137925d92ddb008d6cc3bfe2b1586260c5b70 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Thu May 01 19:55:34 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Thu May 01 19:55:34 2014 +0000 |
| tree | d1e0278f252138dae58d2b30d5390732e43e1de4 | |
| parent | dbd5d9d0b85e7b1c202f27aa3f7be6c3d42fed2d [diff] |
Fix uninitialized variable introduced in r207739. This was initialized by llvm-mc (calling setDwarfVersion) but other clients (such as clang, llc, etc) aren't necessarily initializing this so we were getting garbage DWARF version values in the output. Initialize it to a reasonable default (the same default used in llvm-mc, though this is higher than it was (2) previously). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207788 91177308-0d34-0410-b5e6-96231b3b80d8