llvm-6502/test/CodeGen
Rafael Espindola fc5436c951 Always print the implicit .text at the start of an asm file.
Before llvm-mc would print it, but llc was assuming that it would produce
another section changing directive before one was needed. That assumption is
false with inline asm.

Fixes PR19049.

Another option would be to always create the section, but in the asm printer
avoid printing sections changes during initialization. That would work, but
* We do use the fact that llvm-mc prints it in testing. The tests can be changed
  if needed.
* A quick poll on IRC suggest that most developers prefer the implicit .text to
  be printed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203001 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-05 20:09:15 +00:00
..
AArch64 Revert "[AArch64] This is a work in progress to provide a machine description" 2014-03-04 00:32:07 +00:00
ARM ARM: Correctly align arguments after a byval struct is passed on the stack 2014-03-05 15:25:27 +00:00
CPP
Generic
Hexagon
Inputs
Mips [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3. 2014-03-04 13:54:30 +00:00
MSP430
NVPTX
PowerPC Add a PPC inline asm constraint type for single CR bits 2014-03-02 18:23:39 +00:00
R600 R600: Add failing control flow tests. 2014-03-01 21:45:41 +00:00
SPARC [Sparc] Add support for parsing directives in SparcAsmParser. 2014-03-01 02:18:04 +00:00
SystemZ
Thumb
Thumb2
X86 Always print the implicit .text at the start of an asm file. 2014-03-05 20:09:15 +00:00
XCore [XCore] Fix call of absolute address. 2014-03-04 16:50:30 +00:00