[ThinLTO] Add dump-summary command to llvm-lto2 tool
Adds command to dump ThinLTO module summaries in YAML to the llvm-lto2 tool.
Differential D34080
[ThinLTO] Add dump-summary command to llvm-lto2 tool ncharlie on Jun 10 2017, 7:47 AM. Authored by
Details
[ThinLTO] Add dump-summary command to llvm-lto2 tool Adds command to dump ThinLTO module summaries in YAML to the llvm-lto2 tool.
Diff Detail Event Timeline
Comment Actions Minor comment, LGTM with that (once your other patch goes in).
Comment Actions Please hold the press on this one for a bit. |
Rather than repeating this command and piping through egrep, you should run once and pipe through FileCheck (see the other tests in this directory for examples). I.e. pipe through "FileCheck %s", then have several lines prefixed by "CHECK: " to look for the expected output. E.g.:
CHECK: NotEligibleToImport: false