Something that's presently blocking testing the tester is the fact that litmus7 doesn't insert stdbool references into its harness. It might be easiest to fix this by adding an extra stage to the lifting process that filters through the harnesses and makes sure that they have this set up.
For more complicated things, like the c_litmus_indirect approach, it'll probably be easier to make a new backend program that wraps Litmus. But we can cross that bridge when we come to it.
Something that's presently blocking testing the tester is the fact that
litmus7
doesn't insertstdbool
references into its harness. It might be easiest to fix this by adding an extra stage to the lifting process that filters through the harnesses and makes sure that they have this set up.For more complicated things, like the
c_litmus_indirect
approach, it'll probably be easier to make a new backend program that wraps Litmus. But we can cross that bridge when we come to it.