Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modular Codegen: Separate flags for function and debug info support | David Blaikie | 2017-04-12 | 1 | -0/+1 |
This allows using and testing these two features separately. (noteably, debug info is, so far as I know, always a win (basically). But function modular codegen is currently a loss for highly optimized code - where most of the linkonce_odr definitions are optimized away, so providing weak_odr definitions is only overhead) llvm-svn: 300104 |