[PATCH] D26179: Bitcode: Introduce BitcodeWriter interface.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 20:40:32 PST 2016
silvas added a comment.
Maybe something like
`llvm-bcutil cat` (or concat as peter suggested)
`llvm-bcutil uncat`
`llvm-bcutil split-module` (current llvm-split?)
`llvm-bcutil extract-function` (current llvm-extract?)
`llvm-bcutil extract-module` (for https://reviews.llvm.org/D26778/llvm-modextract?)
`llvm-bcutil analyze` (current llvm-bcanalyzer?)
`llvm-bcutil link-modules` (current llvm-link?)
...
We don't have to get there overnight, but having a nice place to put these things with low boilerplate would be good IMO. We shouldn't have significant overhead or boilerplate for adding testing utilities or utilities that are handy for us as developers.
https://reviews.llvm.org/D26179
More information about the llvm-commits
mailing list