summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/compatibility-3.6.ll.bc
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-07-31 20:44:32 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-07-31 20:44:32 +0000
commit375fa1381d5bd9c02895049bcc3390f5df29f55e (patch)
tree04b1d7fcafbe111a211548b73a766de6beeb2431 /llvm/test/Bitcode/compatibility-3.6.ll.bc
parentf6402bfe787c5053c54930537adcedf011549764 (diff)
downloadbcm5719-llvm-375fa1381d5bd9c02895049bcc3390f5df29f55e.tar.gz
bcm5719-llvm-375fa1381d5bd9c02895049bcc3390f5df29f55e.zip
IR: Add a broad bitcode compatibility test
Successive versions of LLVM should retain the ability to parse bitcode generated by old releases of the compiler. This adds a bitcode format compatibility test, which is intended to provide good (albeit not entirely exhaustive) coverage of the current LangRef. This also includes compatibility tests for LLVM 3.6. After every 3.X.0 release, the compatibility.ll file from the 3.X branch should be copied to compatibility-3.X.ll on trunk, and the 3.X.0 release used to generate a corresponding bitcode file. Patch by Vedant Kumar! llvm-svn: 243779
Diffstat (limited to 'llvm/test/Bitcode/compatibility-3.6.ll.bc')
-rw-r--r--llvm/test/Bitcode/compatibility-3.6.ll.bcbin0 -> 10080 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/compatibility-3.6.ll.bc b/llvm/test/Bitcode/compatibility-3.6.ll.bc
new file mode 100644
index 00000000000..2afb9d5ee87
--- /dev/null
+++ b/llvm/test/Bitcode/compatibility-3.6.ll.bc
Binary files differ
OpenPOWER on IntegriCloud