c4-project / c4f

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

Compare GCC triple against emits #16

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 6 years ago

If we run gcc -dumpmachine, we get a GCC triple (eg arm-linux-gnueabihf) for the current compiler. It'd be nice if the compiler test stanza for GCC/Clang tested this against the emits stanza: amongst other things, it would help us check that x86 compilers are emitting i386 and not x86_64!

MattWindsor91 commented 4 years ago

No longer relevant to this project, but maybe for act-tester…