llvm-6502/test/CodeGen
Rafael Espindola faaa553274 Avoid an infinite cycle with private linkage and -f{data|function}-sections.
When outputting an object we check its section to find its name, but when
looking for the section with -ffunction-section we look for the symbol name.

Break the loop by requesting a name with the private prefix when constructing
the section name. This matches the behavior before r201608.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201622 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-19 01:28:30 +00:00
..
AArch64 [AArch64] Expanded sin, cos, pow with FP vector types inputs 2014-02-18 20:31:05 +00:00
ARM Use 16 byte stack alignment for NaCl on ARM 2014-02-16 18:59:48 +00:00
CPP
Generic Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
Hexagon Fix broken CHECK lines 2014-02-16 07:31:05 +00:00
Inputs
Mips Fix more broken CHECK lines 2014-02-16 13:28:39 +00:00
MSP430 Fix known typos 2014-01-24 17:20:08 +00:00
NVPTX [NVPTX] Fix emitting aggregate parameters 2014-01-28 18:35:29 +00:00
PowerPC Fix PR18743. 2014-02-18 22:24:57 +00:00
R600 Fix more broken CHECK lines 2014-02-16 13:28:39 +00:00
SPARC Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
SystemZ Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
Thumb Add triples to try to fix the windows bots. 2014-02-13 16:49:47 +00:00
Thumb2 Add extra CHECK prefix to tests with explicit prefix 2014-02-16 13:28:15 +00:00
X86 Avoid an infinite cycle with private linkage and -f{data|function}-sections. 2014-02-19 01:28:30 +00:00
XCore XCore target: Handle common linkage 2014-02-18 11:21:59 +00:00