[llvm-dev] Basic Coverage (original) (raw)
Muhui Jiang via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 2 22:16:41 PDT 2018
- Previous message: [llvm-dev] Simple Tutorial - Add Clang Command Line Options for Custom Features
- Next message: [llvm-dev] Basic Coverage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi
My goal is that given a binary and the corresponding input. I want to know what IR level basic blocks are covered. I need the detail information, which is the set of all the covered BBs rather than just a number.
I want to know whether there are some tools that can support this requirements. If not, I think maybe instrumentation can helps. However, I do not know too much about this. Any suggestions or ideas are welcome. Thank you so much
Regards Muhui -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180903/d36de489/attachment.html>
- Previous message: [llvm-dev] Simple Tutorial - Add Clang Command Line Options for Custom Features
- Next message: [llvm-dev] Basic Coverage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]