[PATCH] D12618: Reserve a vendor reserved block ID for bitcode

Alex Rosenberg via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 19:47:33 PDT 2015


alexr added a subscriber: alexr.
alexr added a comment.

So, we went through this last year.... http://lists.llvm.org/pipermail/llvm-dev/2014-November/078498.html

If we add a vendor block, we should at a minimum define a way to identify which vendor it is, in case we are handed bitcode from somewhere else. Bike shed away, but there should be something simple enough at the start that can tell us we're looking at the wrong thing.


http://reviews.llvm.org/D12618





More information about the llvm-commits mailing list