summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/global-sections-comdat.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-04-04 18:02:01 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-04-04 18:02:01 +0000
commit8ca44f0b5ca7dbba81e1da5186ed30f4dc44152d (patch)
tree7327f2fc55e2e63800b1d5070ad1fc05516ac171 /llvm/test/CodeGen/X86/global-sections-comdat.ll
parentecc59396d1344f642a2ae5f6fc9e7cb3fb2fab9b (diff)
downloadbcm5719-llvm-8ca44f0b5ca7dbba81e1da5186ed30f4dc44152d.tar.gz
bcm5719-llvm-8ca44f0b5ca7dbba81e1da5186ed30f4dc44152d.zip
Implement unique sections with an unique ID.
This allows the compiler/assembly programmer to switch back to a section. This in turn fixes the bootstrap failure on powerpc (tested on gcc110) without changing the ppc codegen at all. I will try to cleanup the various getELFSection overloads in a followup patch. Just using a default argument now would lead to ambiguities. llvm-svn: 234099
Diffstat (limited to 'llvm/test/CodeGen/X86/global-sections-comdat.ll')
-rw-r--r--llvm/test/CodeGen/X86/global-sections-comdat.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/global-sections-comdat.ll b/llvm/test/CodeGen/X86/global-sections-comdat.ll
index 46188e7153b..730050dda5f 100644
--- a/llvm/test/CodeGen/X86/global-sections-comdat.ll
+++ b/llvm/test/CodeGen/X86/global-sections-comdat.ll
@@ -36,7 +36,6 @@ bb5:
; LINUX-SECTIONS-SHORT: .section .text,"axG",@progbits,F1,comdat
; LINUX-SECTIONS-SHORT: .size F1,
; LINUX-SECTIONS-SHORT-NEXT: .cfi_endproc
-; LINUX-SECTIONS-SHORT-NEXT: .Lsec_end0:
; LINUX-SECTIONS-SHORT-NEXT: .section .rodata,"aG",@progbits,F1,comdat
$G16 = comdat any
OpenPOWER on IntegriCloud