Files
wasmtime/cranelift/tests/parser
Jakob Stoklund Olesen 6587784d7d Rewrite EBB and value references after parsing.
We llow forward references to values and EBBs, so it is not possible to rewrite
these from the source domain to the in-memory domain during parsing.

Instead go through all the instructions after parsing everything and rewrite the
value and EBB references when everything has been created and mapped.
2016-07-08 15:15:53 -07:00
..
2016-07-07 14:01:00 -07:00
2016-07-07 14:01:00 -07:00

Parser tests
============

This directory contains test cases for the Cretonne IL parser.

Each test case consists of a `foo.cton` input file and a `foo.ref` reference
output file. Each input file is run through the `cton-util cat` command, and the
output is compared against the reference file. If the two are identical, the
test passes.