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