diff options
author | Rui Ueyama <ruiu@google.com> | 2015-09-21 23:43:31 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-09-21 23:43:31 +0000 |
commit | 9640173e16a266c81b62687c80d7a85f2163e0d4 (patch) | |
tree | 5acdf190fd2aac0b1b5b775ad1f60cfbaa57928e /llvm/lib/Object/MachOObjectFile.cpp | |
parent | fc580a60e2c5edf4d4bea4c8d88052b57c7ef965 (diff) | |
download | llvm-9640173e16a266c81b62687c80d7a85f2163e0d4.zip llvm-9640173e16a266c81b62687c80d7a85f2163e0d4.tar.gz llvm-9640173e16a266c81b62687c80d7a85f2163e0d4.tar.bz2 |
COFF: Add /nosymtab command line option.
This is an LLD extension to MSVC link.exe command line. MSVC linker
does not write symbol tables for executables. We do unless no /debug
option is given.
There's a situation that we want to enable debug info but don't want
to emit the symbol table. One example is when we are comparing output
file size. With this patch, you can tell the linker to not create
a symbol table by just specifying /nosymtab.
llvm-svn: 248225
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions