Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |