[PATCH] D11072: Implement tool to convert bitcode to text.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 11:08:50 PDT 2015
kcc added a comment.
> When the code is in binary form, this is much harder to do.
Just to clarify:
My suggestion is that files on disk should be in one of the two standard formats: textual bit code format or binary bitcode format.
The "fuzzer-friendly" format should exist only in memory and never be written on disk.
http://reviews.llvm.org/D11072
More information about the llvm-commits
mailing list