[PATCH] D34525: Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 16:41:32 PDT 2017
ecbeckmann added a comment.
In https://reviews.llvm.org/D34525#788612, @ruiu wrote:
> Well, `operator<<` should still work, but if doing that makes code messy, you don't have to do that.
Hmm yes I don't think using '<<' necessarily makes it easier. Also reinterpret_cast, increment pointer pattern is well used in LLD already.
https://reviews.llvm.org/D34525
More information about the llvm-commits
mailing list