[PATCH] D11072: Implement tool to convert bitcode to text.
Karl Schimpf
kschimpf at google.com
Wed Aug 5 11:29:09 PDT 2015
kschimpf added a comment.
Rafael wrote:
> I am simply not convinced of the need for this and want it to be as
> out of the way as possible.
>
> Given that this is just used by tools/llvm-bcconv, probably the best
i> s to just move *all* the code to tools/llvm-bcconv and not have a
> library at all.
I did think of putting it all in tools/llvm-bcconv. However, I would rather have a library. Part of this work is to build fuzzers for LLVM bitcode files. I already have code that fuzzes LLVM bitcode files using lib/Bitcode/Convert and lib/Fuzzer. That is my motivation for having a library.
http://reviews.llvm.org/D11072
More information about the llvm-commits
mailing list