llvm-6502/test/CodeGen/X86/GC
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
..
alloc_loop.ll
argpromotion.ll
badreadproto.ll
badrootproto.ll
badwriteproto.ll
cg-O0.ll
deadargelim.ll
erlang-gc.ll
fat.ll
inline2.ll
inline.ll
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
lower_gcroot.ll
ocaml-gc-assert.ll Add testcase for PR3168. It was fixed over time. 2013-10-22 08:23:03 +00:00
ocaml-gc.ll Always print the implicit .text at the start of an asm file. 2014-03-05 20:09:15 +00:00
outside.ll