[PATCH] D41310: [COFF] Remove /nopdb option

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 13:50:18 PST 2017


ruiu added a comment.

I don't find /debug:dwarf that odd. link.exe accepts /debug:{full,fastlink,none}, and some of them collide (e.g. /debug vs. /debug:none), some are not (e.g. /debug vs. /debug:full).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41310





More information about the llvm-commits mailing list