[PATCH] D53945: [TextAPI] TBD Reader/Writer

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 12:40:39 PDT 2018


compnerd added inline comments.


================
Comment at: llvm/include/llvm/TextAPI/Architecture.def:1
+#ifndef ARCHINFO
+#define ARCHINFO(arch)
----------------
Missing copyright header.


================
Comment at: llvm/include/llvm/TextAPI/ArchitectureSet.h:172
+
+} // end namespace llvm.
+
----------------
I wonder if we can get away with `llvm::BitVector` here.


Repository:
  rL LLVM

https://reviews.llvm.org/D53945





More information about the llvm-commits mailing list