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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 13:20:10 PDT 2018


mstorsjo added inline comments.


================
Comment at: tools/llvm-rc/ResourceFileWriter.cpp:708
+
+  *FS << Buffer.substr(14);
+  return Error::success();
----------------
amccarth wrote:
> Is alignment already guaranteed here?
Yes; this is called from `writeResource`, which aligns the stream before writing the resource header, and then calls this.


Repository:
  rL LLVM

https://reviews.llvm.org/D46509





More information about the llvm-commits mailing list