[PATCH] D46509: [llvm-rc] Implement the BITMAP resource type

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 11:28:02 PDT 2018


amccarth added inline comments.


================
Comment at: tools/llvm-rc/ResourceFileWriter.cpp:708
+
+  *FS << Buffer.substr(14);
+  return Error::success();
----------------
Is alignment already guaranteed here?


Repository:
  rL LLVM

https://reviews.llvm.org/D46509





More information about the llvm-commits mailing list