[PATCH] D58132: lld-link: Only print demangled symbol names by default

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 13:05:28 PDT 2019


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/COFF/Symbols.cpp:19
 using namespace llvm;
 using namespace llvm::object;
 
----------------
Since this file is under `COFF` directory, it is more consistent to add `using namespace lld::coff` here instead of adding `coff::` to `Config`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58132/new/

https://reviews.llvm.org/D58132





More information about the llvm-commits mailing list