From 8ce4b1b9cdfd12e1814e6658e9acf39e79f6fd83 Mon Sep 17 00:00:00 2001
From: Owen Anderson
The format information field is encoded into a uint32_vbr -as shown in the following table.
-| Type | -Description | -
|---|---|
| bit(0) | -Target is big endian? | -
| bit(1) | -On target pointers are 64-bit? | -
| bit(2) | -Target has no endianess? | -
| bit(3) | -Target has no pointer size? | -
| bit(4-31) | -Bytecode format version | -
-Of particular note, the bytecode format number is simply a 28-bit +
The format information field is encoded into a uint32_vbr.
+ +Of particular note, the bytecode format number is simply a 32-bit monotonically increasing integer that identifies the version of the bytecode format (which is not directly related to the LLVM release number). The bytecode versions defined so far are (note that this document only -describes the latest version, 1.3):
+describes the latest version, 2.0):Note that we plan to eventually expand the target description -capabilities -of bytecode files to target -triples. -