summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc
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
commitb2c78b07d6dca107474dd0aaa3ed628e3cadb1fd (patch)
treebdf7e96cd428f2df57414c47bfd5fef262bbe348 /llvm/lib/Target/AArch64/MCTargetDesc
parent5652c0f44800a4a154767ce9b2da1d8b4dffc096 (diff)
downloadbcm5719-llvm-b2c78b07d6dca107474dd0aaa3ed628e3cadb1fd.tar.gz
bcm5719-llvm-b2c78b07d6dca107474dd0aaa3ed628e3cadb1fd.zip
[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. llvm-svn: 204424
Diffstat (limited to 'llvm/lib/Target/AArch64/MCTargetDesc')
-rw-r--r--llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp b/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
index 00996a076ac..b090a55eb99 100644
--- a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud