Skip to content

testsuite: Fix build with standards compliant Clang

amyspark requested to merge amyspark/orc:fix-aarch64-clang into main

As per https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html, the correct macro to be used is __asm__. While at it, also ensure that Clang is recognised with the correct macro.

Fixes #59 (closed)

Merge request reports