summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/masm.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this test target independent.Eric Christopher2014-05-131-8/+6
| | | | llvm-svn: 208725
* Add a requires for the arm-registered-target needed by this test asEric Christopher2014-05-131-2/+3
| | | | | | well. llvm-svn: 208722
* try to make test/Driver/masm.c work with the hexagon botNico Weber2014-05-131-0/+1
| | | | llvm-svn: 208688
* Support -masm= flag for x86 targets.Nico Weber2014-05-131-0/+12
`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
OpenPOWER on IntegriCloud