[PATCH] D26179: Bitcode: Introduce BitcodeWriter interface.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 20:32:36 PST 2016
silvas added a comment.
Can we just add an `llvm-bcutil` and add subcommands to it? This could probably subsume llvm-extract and llvm-bcanalyzer someday too (and we could switch on argv[0] to imitate them if necessary). Maybe we could grow one of those two into llvm-bcutil?
https://reviews.llvm.org/D26179
More information about the llvm-commits
mailing list