summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2014-03-21 02:12:48 +0000
committerKevin Qin <Kevin.Qin@arm.com>2014-03-21 02:12:48 +0000
commit287cc35cd7d9492751e5b000d98a80d5c9a50e0a (patch)
tree38602da520db80550449a9e822a5826b4c16ede0 /lib/Target/AArch64
parent2c8cd9a0baa99a66ebde72dc688ef3e9239890e0 (diff)
downloadllvm-287cc35cd7d9492751e5b000d98a80d5c9a50e0a.tar.gz
llvm-287cc35cd7d9492751e5b000d98a80d5c9a50e0a.tar.bz2
llvm-287cc35cd7d9492751e5b000d98a80d5c9a50e0a.tar.xz
[AArch64] Remove .data_region directive from AArch64.
.data_region is only used in Darwin, so it shouldn't be generated for other OS. Currently AArch64 doesn't support darwin yet, so I removed it from AArch64. When Darwin is supported someday, we can add it back and associate it with Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64')
-rw-r--r--lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp b/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
index 00996a076a..b090a55eb9 100644
--- a/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
+++ b/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
@@ -33,8 +33,6 @@ AArch64ELFMCAsmInfo::AArch64ELFMCAsmInfo(StringRef TT) {
Data32bitsDirective = "\t.word\t";
Data64bitsDirective = "\t.xword\t";
- UseDataRegionDirectives = true;
-
HasLEB128 = true;
SupportsDebugInformation = true;