c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

x86: add Herd7-based Litmus parser #98

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 5 years ago

Work in the #97 area will make it necessary to be able to parse x86 litmus tests directly. This means that we'll have to implement a parser for x86 litmus tests using the Herd7 dialect.

This is almost certainly going to be a significant pain in the posterior, mitigated by two things:

In future, we might be able to pitch an expanded form of the Herd parser back to the Herd project.

MattWindsor91 commented 4 years ago

Closing this as we've dropped X86 assembly support.