Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
David Tellenbach 8f159096e0 [AsmPrinter] Don't check for inlineasm dialect on non-X86 platforms (#98097)
AArch64 uses MCAsmInfo::AssemblerDialect to control the style of emitted
Neon assembly. E.g. Apple platforms use AsmWriterVariantTy::Apple by
default which collides with InlineAsm::AD_Intel (both value 1). Checking
for inlineasm dialects on non-X86 platforms can thus lead to problems.
2024-07-09 12:44:52 -07:00

20 KiB