From: JF Bastien Date: Tue, 2 Dec 2014 19:19:59 +0000 (+0000) Subject: Make le64 DescriptionString consistent with other targets. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71b093cc36633e5b8cac1e84fe71356cb6bc111f;p=clang 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223140 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index de1b22d203..ae6a678e83 100644 --- a/lib/Basic/Targets.cpp +++ b/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,