Luís Marques
22169e11c3
[MC/AsmParser] Fix use of Arm calling convention in target-agnostic test
...
Remove target-specific calling convention specifier in target-agnostic test.
Differential Revision: https://reviews.llvm.org/D91042
2020-11-24 22:56:27 +00:00
Krzysztof Parzyszek
52396bb9c5
Use .set instead of = when printing assignment in assembly output
...
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
2018-03-27 16:44:41 +00:00
Justin Bogner
6e36f8250c
Add triples or specify REQUIRES: default_triple to some tests
...
These were all failing when building the X86 backend but specifying
LLVM_DEFAULT_TARGET_TRIPLE=''.
llvm-svn: 323608
2018-01-27 23:31:09 +00:00
Daniel Jasper
965d802ec7
Move test input to directory called Inputs.
...
It is a common convention that our internal test runner depends upon.
llvm-svn: 291227
2017-01-06 10:22:15 +00:00
Saleem Abdulrasool
9b9e86b4bd
test: remove unnecessary triple argument
...
This test is entirely target agnostic. Avoid the triple to repair the
build bots.
llvm-svn: 291088
2017-01-05 06:30:12 +00:00
Saleem Abdulrasool
6252bd8eac
MC: support passing search paths to the IAS
...
This is needed to support inclusion in inline assembly via the
`.include` directive.
llvm-svn: 291085
2017-01-05 05:56:39 +00:00