[PATCH] D26502: Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 15:35:35 PST 2016
tejohnson added a comment.
In https://reviews.llvm.org/D26502#592314, @mehdi_amini wrote:
> LGTM.
>
> But there are used of ReaderWriter.h in clang and lld.
Thanks for pointing that out. I had already made the clang changes (necessary to test these changes), but forgot to put them in a patch. I will clone lld into my working tree and make the changes there and make sure it builds before I commit the changes to all three components back to back.
https://reviews.llvm.org/D26502
More information about the llvm-commits
mailing list