summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/compatibility-3.7.ll.bc
Commit message (Collapse)AuthorAgeFilesLines
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-271-0/+0
| | | | | | | | | | | | Use 10 bits to represent calling convention ID's instead of 13, and update the bitcode compatibility tests accordingly. We now error-out in the bitcode reader when we see bad calling conv ID's. Thanks to rnk and dexonsmith for feedback! Differential Revision: http://reviews.llvm.org/D13826 llvm-svn: 251452
* [Bitcode] Add compatibility test for llvm 3.7.0Vedant Kumar2015-09-081-0/+0
This patch adds llvm-3.7 IR and generated bitcode for our compatibility test (in accordance with the developer policy). llvm-svn: 247031
OpenPOWER on IntegriCloud