forked from OSchip/llvm-project
parent
c0490b7c20
commit
ece86af259
|
|
@ -52,7 +52,7 @@ href="#bitstream">bitstream container format</a>
|
|||
and an <a href="#llvmir">encoding of LLVM IR</a> into the container format.</p>
|
||||
|
||||
<p>
|
||||
The bitstream format is an abstract encoding of structured data, like very
|
||||
The bitstream format is an abstract encoding of structured data, very
|
||||
similar to XML in some ways. Like XML, bitstream files contain tags, and nested
|
||||
structures, and you can parse the file without having to understand the tags.
|
||||
Unlike XML, the bitstream format is a binary encoding, and unlike XML it
|
||||
|
|
|
|||
Loading…
Reference in New Issue