[scudo] Make MTE inline asm compatible with GNU assembler
The GNU assembler can't parse `.arch_extension ...` before a `;`. So instead uniformly use raw string syntax with separate lines instead of `;` separators in the assembly code. Reviewed By: pcc Differential Revision: https://reviews.llvm.org/D100413
Loading
Please register or sign in to comment