diff options
author | Nick Kledzik <kledzik@apple.com> | 2014-11-06 03:03:42 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2014-11-06 03:03:42 +0000 |
commit | 8f75da0db335acc67d9982b50c509f508dd28706 (patch) | |
tree | be7be77e851f9df2a7a3dc25b120ef193fea4aef /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | bf77ed68265cbf04981ffd1c1b7c6ee1a22945ba (diff) | |
download | llvm-8f75da0db335acc67d9982b50c509f508dd28706.zip llvm-8f75da0db335acc67d9982b50c509f508dd28706.tar.gz llvm-8f75da0db335acc67d9982b50c509f508dd28706.tar.bz2 |
[mach-o] Add support for -S option
The darwin linker does not process dwarf debug info. Instead it produces a
"debug map" in the output file which points back to the original .o files for
anything that wants debug info (e.g. debugger).
The -S option means "don't add a debug map". lld for mach-o currently does
not generate the debug map, so there is nothing to do when this option is used.
But we need to process the option to get existing projects building.
llvm-svn: 221432
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions