summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/split-debug-inlining.c
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Add flag to CU to disable emission of inline debug info into the ↵David Blaikie2016-08-241-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
OpenPOWER on IntegriCloud