Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to fix test/Driver/masm.c on the ARM bots. | Nico Weber | 2018-01-17 | 1 | -1/+1 |
| | | | | llvm-svn: 322674 | ||||
* | [clang-cl] Let /FA output use intel assembly. | Nico Weber | 2018-01-17 | 1 | -0/+2 |
| | | | | | | | cl's assembly output is in intel syntax, so clang-cl's should be too, PR35031. https://reviews.llvm.org/D42157 llvm-svn: 322652 | ||||
* | Make this test target independent. | Eric Christopher | 2014-05-13 | 1 | -8/+6 |
| | | | | llvm-svn: 208725 | ||||
* | Add a requires for the arm-registered-target needed by this test as | Eric Christopher | 2014-05-13 | 1 | -2/+3 |
| | | | | | | well. llvm-svn: 208722 | ||||
* | try to make test/Driver/masm.c work with the hexagon bot | Nico Weber | 2014-05-13 | 1 | -0/+1 |
| | | | | llvm-svn: 208688 | ||||
* | Support -masm= flag for x86 targets. | Nico Weber | 2014-05-13 | 1 | -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 |