MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 15 Mar 2010 21:56:50 +0000 (21:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 15 Mar 2010 21:56:50 +0000 (21:56 +0000)
commitd6e59084d07500f68548652b8197325809a0c0c2
treeaab8d4434c72391d542af496a16657d500621673
parent99d22adcadc750b2949283d562bdb4d480b8d11c
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98583 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmBackend.h
lib/MC/MCAssembler.cpp
lib/Target/X86/X86AsmBackend.cpp
test/MC/MachO/x86_32-symbols.s [new file with mode: 0644]
test/MC/MachO/x86_64-symbols.s [new file with mode: 0644]