diff options
author | Fangrui Song <i@maskray.me> | 2020-12-16 00:13:22 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2020-12-16 00:13:22 -0800 |
commit | 039cb03dd0dcff4daa17a062f7414ac22bf5f2eb (patch) | |
tree | d5f74f6cbaae7df077996c3f8d28949cd85443df /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0524da67b448dcce6569fae0f54c10f208c2dc56 (diff) | |
download | llvm-039cb03dd0dcff4daa17a062f7414ac22bf5f2eb.zip llvm-039cb03dd0dcff4daa17a062f7414ac22bf5f2eb.tar.gz llvm-039cb03dd0dcff4daa17a062f7414ac22bf5f2eb.tar.bz2 |
[builtins] Use %% as the separator for aarch64-*-darwin and ; for powerpc{32,64}
`;` 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)
Reviewed By: tambre
Differential Revision: https://reviews.llvm.org/D93378
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions