[PATCH] D58599: [LLD] Add summary support

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 15:15:06 PST 2019


aganea marked an inline comment as done.
aganea added a comment.

In D58599#1412659 <https://reviews.llvm.org/D58599#1412659>, @rnk wrote:

> Because, of course, we log to stderr. =p


Thanks Reid! :) I figured it was something related to stderr, but turns out my command-line wasn't right.
One must redirect stderr to stdout after <https://stackoverflow.com/a/16713357> the redirection to file:

  lld-link.exe ... /verbose >dump.txt 2>&1


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D58599





More information about the llvm-commits mailing list