summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/inlineasm-global.ll
Commit message (Collapse)AuthorAgeFilesLines
* llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease ↵NAKAMURA Takumi2014-07-251-2/+2
| | | | | | targeting *-win32. llvm-svn: 213933
* llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc.NAKAMURA Takumi2014-07-251-2/+2
| | | | | | It sometimes confuses FileCheck. Consider the case that path contains 'stmib'. :) llvm-svn: 213932
* [ARM] In thumb mode, emit directive ".code 16" before file level inlineAkira Hatanaka2014-07-251-0/+13
assembly instructions. This is necessary to ensure ARM assembler switches to Thumb mode before it starts assembling the file level inline assembly instructions at the beginning of a .s file. <rdar://problem/17757232> llvm-svn: 213924
OpenPOWER on IntegriCloud