Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `REQUIRES:` line to the top | Fangrui Song | 2018-06-26 | 1 | -1/+1 |
| | | | | llvm-svn: 335635 | ||||
* | Add triples or specify REQUIRES: default_triple to some tests | Justin Bogner | 2018-01-27 | 1 | -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 Tayree | 2017-04-08 | 1 | -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 |