On Mon, Jun 22, 2020 at 5:50 PM Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote: > Craig Topper suggested me in ClangBuiltLinux issue #1050: > > > I think the "too many positional arguments" is because the parser isn't able > > to handle the trailing commas. > > > > The "unknown use of instruction mnemonic" is because the macro was named > > GHASH_4_ENCRYPT_4_PARALLEL_DEC but its being instantiated with > > GHASH_4_ENCRYPT_4_PARALLEL_dec I guess gas ignores case on the > > macro instantiation, but llvm doesn't. > > Cc: Craig Topper <craig.topper@xxxxxxxxx> > Cc: Craig Topper <craig.topper@xxxxxxxxx> That should be a s/Cc/Suggested-by/. - Sedat -