• Janne Grunau's avatar
    aarch64: use '#' for whole line asm comments · 68a06b3a
    Janne Grunau authored
    Both gnu as and clang treat lines starting with '#' as comments if they
    aren't consumed by the C-style preprocessor.
    Using '//' does not work with clang since comments are removed before
    macro expansion.
    68a06b3a