[PATCH] D31674: [AsmParser]Emit an error if a macro has two (or more) parameters sharing the same name

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 14:43:38 PDT 2017


rengolin added inline comments.


================
Comment at: test/MC/AsmParser/macro-duplicate-params-names-err.s:1
+// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
+// RUN: FileCheck < %t %s
----------------
This will fail on bots that don't build x86. Either remove the triple or move the test to an x86-specific test.


Repository:
  rL LLVM

https://reviews.llvm.org/D31674





More information about the llvm-commits mailing list