llvm-6502/include/llvm/Transforms/IPO
Duncan P. N. Exon Smith 0dda07ad4d PassManagerBuilder: Remove effectively dead 'StripDebug' option
`StripDebug` was only used by tools/opt/opt.cpp in
`AddStandardLinkPasses()`, but opt.cpp adds the same pass based on its
command-line flag before it calls `AddStandardLinkPasses()`.  Stripping
debug info twice isn't very useful.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232765 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-19 21:37:17 +00:00
..
InlinerPass.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-05 09:10:37 +00:00
LowerBitSets.h DataLayout is mandatory, update the API to reflect it with references. 2015-03-10 02:37:25 +00:00
PassManagerBuilder.h PassManagerBuilder: Remove effectively dead 'StripDebug' option 2015-03-19 21:37:17 +00:00