summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2014-12-02 19:19:59 +0000
committerJF Bastien <jfb@google.com>2014-12-02 19:19:59 +0000
commit1e6e41bdc5cd211117fd5179865a65939b614eca (patch)
treedd8038e811283c5de0caeaee8eff05cabf7d4bf5 /clang/lib/Basic
parent37fb138707a1199f80010d5101b26115de895293 (diff)
downloadbcm5719-llvm-1e6e41bdc5cd211117fd5179865a65939b614eca.tar.gz
bcm5719-llvm-1e6e41bdc5cd211117fd5179865a65939b614eca.zip
Make le64 DescriptionString consistent with other targets.
Summary: In particular, remove the defaults and reorder fields so it matches the result of DataLayout::getStringDescription(). Change by David Neto. Reviewers: dschuff, sdt Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6482 llvm-svn: 223140
Diffstat (limited to 'clang/lib/Basic')
-rw-r--r--clang/lib/Basic/Targets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp
index de1b22d203e..ae6a678e831 100644
--- a/clang/lib/Basic/Targets.cpp
+++ b/clang/lib/Basic/Targets.cpp
@@ -6061,7 +6061,7 @@ public:
LongWidth = LongAlign = PointerWidth = PointerAlign = 64;
MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
DescriptionString =
- "e-S128-p:64:64-v16:16-v32:32-v64:64-v96:32-v128:32-m:e-n8:16:32:64";
+ "e-m:e-v128:32-v16:16-v32:32-v96:32-n8:16:32:64-S128";
}
void getTargetDefines(const LangOptions &Opts,
OpenPOWER on IntegriCloud