hanchenye-llvm-project/lld/include
Nick Kledzik 8f75da0db3 [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
2014-11-06 03:03:42 +00:00
..
lld [mach-o] Add support for -S option 2014-11-06 03:03:42 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00