aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-071-5/+5
| | | | | | | | | Unified EmitTextAttribute for both Asm and Obj emission (.cpu only) Added necessary cortex-A8 related attrs for codegen compat tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124995 91177308-0d34-0410-b5e6-96231b3b80d8
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+13
Small test for sanity check of resulting ARM .s file. Tested against -r115129. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115133 91177308-0d34-0410-b5e6-96231b3b80d8