| commit | 0a93e2db9c14fb7da613ecccf5a82cab8402a9e5 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Mar 19 21:37:17 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Mar 19 21:37:17 2015 +0000 |
| tree | 173aee9c7dd8f81916411aa7b2e27ca65de07071 | |
| parent | d4e0263e0aa501948853e00d8a59426cd1c3a6b5 [diff] |
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. llvm-svn: 232765