OSDN Git Service

ARM Darwin symbol ref differences w/o subsection-via-symbols.
authorJim Grosbach <grosbach@apple.com>
Tue, 24 Jan 2012 21:45:25 +0000 (21:45 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 24 Jan 2012 21:45:25 +0000 (21:45 +0000)
commitc389af94b66d0c5a917f81617bd07ff0864790a0
tree2c9642811afb8e0cac396d7da1a2188f1cf87f50
parent3b96e1fe3b695e6d845668ea90d75016f0f46a17
ARM Darwin symbol ref differences w/o subsection-via-symbols.

When not using subsections via symbols, the assembler can resolve
symbol differences (including pcrel references) to non-local
labels at assembly time, not just those in the same atom.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MachObjectWriter.cpp
test/MC/MachO/ARM/no-subsections-reloc.s [new file with mode: 0644]