summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-01-15 21:16:25 +0000
committerErich Keane <erich.keane@intel.com>2018-01-15 21:16:25 +0000
commitcec95ec1a77a94c276fe684f89e727b76b46db44 (patch)
tree86ae8bab26481c6a255e918b546af444e4caca1d /clang/lib/Frontend/InitPreprocessor.cpp
parent28db314c8257a23de44cfe559198e447faf04753 (diff)
downloadbcm5719-llvm-cec95ec1a77a94c276fe684f89e727b76b46db44.tar.gz
bcm5719-llvm-cec95ec1a77a94c276fe684f89e727b76b46db44.zip
Revert 319303: Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2
Differential Revision: https://reviews.llvm.org/D40673 llvm-svn: 322518
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
-rw-r--r--clang/lib/Frontend/InitPreprocessor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp
index 639050f7c64..321d963827d 100644
--- a/clang/lib/Frontend/InitPreprocessor.cpp
+++ b/clang/lib/Frontend/InitPreprocessor.cpp
@@ -817,10 +817,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
DefineFloatMacros(Builder, "FLT", &TI.getFloatFormat(), "F");
DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), "");
DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L");
- if (TI.hasFloat128Type())
- // FIXME: Switch away from the non-standard "Q" when we can
- DefineFloatMacros(Builder, "FLT128", &TI.getFloat128Format(), "Q");
-
// Define a __POINTER_WIDTH__ macro for stdint.h.
Builder.defineMacro("__POINTER_WIDTH__",
OpenPOWER on IntegriCloud