Nico Weber
2c6fe505b1
Attempt to fix test/Driver/masm.c on the ARM bots.
...
llvm-svn: 322674
2018-01-17 16:03:08 +00:00
Nico Weber
e3712cf5c4
[clang-cl] Let /FA output use intel assembly.
...
cl's assembly output is in intel syntax, so clang-cl's should be too, PR35031.
https://reviews.llvm.org/D42157
llvm-svn: 322652
2018-01-17 13:34:20 +00:00
Eric Christopher
83fcaa8c66
Make this test target independent.
...
llvm-svn: 208725
2014-05-13 20:16:43 +00:00
Eric Christopher
4d7f2108e4
Add a requires for the arm-registered-target needed by this test as
...
well.
llvm-svn: 208722
2014-05-13 19:52:18 +00:00
Nico Weber
688dfa55b6
try to make test/Driver/masm.c work with the hexagon bot
...
llvm-svn: 208688
2014-05-13 11:30:01 +00:00
Nico Weber
ad8e36c41a
Support -masm= flag for x86 targets.
...
`clang -S -o - file.c -masm=att` will write assembly to stdout in at&t syntax
(the default), `-masm=intel` will instead output intel style asm.
llvm-svn: 208683
2014-05-13 11:11:24 +00:00