summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/include.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-2/+2
| | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
* Add triples or specify REQUIRES: default_triple to some testsJustin Bogner2018-01-271-1/+1
| | | | | | | These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608
* Move test input to directory called Inputs.Daniel Jasper2017-01-061-1/+1
| | | | | | It is a common convention that our internal test runner depends upon. llvm-svn: 291227
* test: remove unnecessary triple argumentSaleem Abdulrasool2017-01-051-1/+1
| | | | | | | This test is entirely target agnostic. Avoid the triple to repair the build bots. llvm-svn: 291088
* MC: support passing search paths to the IASSaleem Abdulrasool2017-01-051-0/+13
This is needed to support inclusion in inline assembly via the `.include` directive. llvm-svn: 291085
OpenPOWER on IntegriCloud