Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DebugInfo: Fix for missing comp_dir handling with r349207 | David Blaikie | 2018-12-20 | 1 | -0/+32 |
When deciding lazily whether a CU would be split or non-split I accidentally dropped some handling for the line tables comp_dir (by doing it lazily it was too late to be handled properly by the MC line table code). Move that bit of the code back to the non-lazy place. llvm-svn: 349819 |