Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DebugInfo: Add flag to CU to disable emission of inline debug info into the ↵ | David Blaikie | 2016-08-24 | 1 | -0/+7 |
skeleton CU In cases where .dwo/.dwp files are guaranteed to be available, skipping the extra online (in the .o file) inline info can save a substantial amount of space - see the original r221306 for more details there. llvm-svn: 279651 |