[PATCH] D64116: [llvm-bcanalyzer] Refactor and move to libLLVMBitReader

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 10:49:10 PDT 2019


JDevlieghere added inline comments.


================
Comment at: llvm/include/llvm/Bitcode/BitcodeAnalyzer.h:36
+
+struct DumpOptions {
+  /// The stream.
----------------
Given that this is now in the llvm namespace, maybe rename this to `BCDumpOptions`?


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

https://reviews.llvm.org/D64116





More information about the llvm-commits mailing list