[PATCH] D71137: [RFC][mips][llvm-exegesis] Fix missing TargetStreamer in the Streamer for reading snippets
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 7 01:48:58 PST 2019
atanasyan added a comment.
`AsmParsers` in other architectures have references and use a `TargetStreamer` too. What's a difference in MIPS? Does MIPS need a `TargetStreamer` in places where other architectures do not use it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71137/new/
https://reviews.llvm.org/D71137
More information about the llvm-commits
mailing list