summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/macro-duplicate-params-names-err.s
Commit message (Collapse)AuthorAgeFilesLines
* Move `REQUIRES:` line to the topFangrui Song2018-06-261-1/+1
| | | | llvm-svn: 335635
* Add triples or specify REQUIRES: default_triple to some testsJustin Bogner2018-01-271-0/+1
| | | | | | | These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608
* [AsmParser]Emit an error if a macro has two (or more) parameters sharing the ↵Coby Tayree2017-04-081-0/+7
same name Introducing a new error to macro parameters' parsing: currently, llvm-mc won't complain if a macro have two (or more) named params with the same name. this behavior is false, as there's no merit in having some params sharing a name. now, instead of tolerate such a phenomena - emit an appropriate error. Differential Revision: https://reviews.llvm.org/D31674 llvm-svn: 299815
OpenPOWER on IntegriCloud