Setting GlobalDirective in TargetAsmInfo by default rather than
authorGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 02:31:11 +0000 (02:31 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 02:31:11 +0000 (02:31 +0000)
commit572742e876478d3ec7ff0750c0473d7621804b15
treede3f562bd6683bec53d2194ac9235b28cc2176e5
parent9bb06810289a8a4281e49130b64cb1d57b1960f4
Setting GlobalDirective in TargetAsmInfo by default rather than
providing a misleading facility. It's used once in the MIPS backend
and hardcoded as "\t.globl\t" everywhere else.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45676 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CallingConv.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
lib/CodeGen/OcamlCollector.cpp [new file with mode: 0644]
test/CodeGen/Generic/GC/frame_size.ll [new file with mode: 0644]
test/CodeGen/Generic/GC/simple_ocaml.ll [new file with mode: 0644]