CompCert
CompCert copied to clipboard
Add __builtin_trap to x86
This PR adds support for __builtin_trap on x86, mapped to the ud2 instruction. I copied how this was done for PowerPC.
Should I instead add a case for the Pbuiltin pseudo-instruction?