[PATCH] D13666: Add an (optional) identification block in the bitcode

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 13:59:12 PDT 2015


joker.eph added a subscriber: joker.eph.
joker.eph added a comment.

The problem is to be able to generate some invalid bitcode that *still contains the identification block*.

I tried with some valid bitcode: echo "randomstring" >> /tmp/bitcode.bc  ; 
But it is not enough to trigger an error with: llvm-dis /tmp/bitcode.bc

— 
Mehdi


http://reviews.llvm.org/D13666





More information about the llvm-commits mailing list