summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2016-04-21 23:00:17 +0000
committerTim Northover <tnorthover@apple.com>2016-04-21 23:00:17 +0000
commitc52c74efdf43f35c7d1b9dcda309218b50573677 (patch)
tree2530d8ed9847b13cac124e335677b6ba1d8bd9dd /llvm/lib/Target
parent89dd1dd2782de71d56c512e44b9dfda2f7b95351 (diff)
downloadbcm5719-llvm-c52c74efdf43f35c7d1b9dcda309218b50573677.tar.gz
bcm5719-llvm-c52c74efdf43f35c7d1b9dcda309218b50573677.zip
MachO: enable .data_region directives everywhere
We'd disabled them on x86 because back in the early days some host tools couldn't handle the new load commands. This no longer holds: anyone capable of deploying Clang should be able to deploy its copies of ar/ranlib/etc. rdar://25254790 llvm-svn: 267075
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
index 23e5005bd91..09dc0173ade 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
@@ -21,7 +21,6 @@ public:
ARMAsmBackendDarwin(const Target &T, const Triple &TT,
const MCRegisterInfo &MRI, MachO::CPUSubTypeARM st)
: ARMAsmBackend(T, TT, /* IsLittleEndian */ true), MRI(MRI), Subtype(st) {
- HasDataInCodeSupport = true;
}
MCObjectWriter *createObjectWriter(raw_pwrite_stream &OS) const override {
OpenPOWER on IntegriCloud