summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/codegen-flags/foo.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-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
OpenPOWER on IntegriCloud