From ec06c1d2ef9e4f267a3e564a10ad755f6121d38f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 25 Mar 2017 06:38:57 +0000 Subject: [PATCH] Update the comment on not yet generated preprocessor defines to remove __LONGDOUBLE128. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298771 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/Targets.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 9255cf8362..48d493142d 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1412,7 +1412,6 @@ void PPCTargetInfo::getTargetDefines(const LangOptions &Opts, // __RSQRTEF__ // _SOFT_DOUBLE_ // __NO_LWSYNC__ - // __LONGDOUBLE128 // __CMODEL_MEDIUM__ // __CMODEL_LARGE__ // _CALL_SYSV -- 2.50.1