; is the default comment marker, which is also used by powerpc*-*-elf target triples.
@ is the comment marker of powerpc*-*-darwin but the Darwin support has been deleted for PowerPC (D72063).
%% is the statement separator used by aarch64-*-darwin (see AArch64MCAsmInfoDarwin, it uses ; as the comment marker, which is different from most other targets)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo