[Bazel] Update config.h to add the new define.
authorAdrian Kuegel <akuegel@google.com>
Wed, 26 Jan 2022 17:28:14 +0000 (18:28 +0100)
committerAdrian Kuegel <akuegel@google.com>
Wed, 26 Jan 2022 17:30:38 +0000 (18:30 +0100)
utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h

index ba28d86..ccf4772 100644 (file)
@@ -92,6 +92,9 @@
 /* enable x86 relax relocations by default */
 #define ENABLE_X86_RELAX_RELOCATIONS 1
 
+/* enable IEEE binary128 as default long double format on PowerPC Linux. */
+#define PPC_LINUX_DEFAULT_IEEELONGDOUBLE 0
+
 /* Enable the experimental new pass manager by default */
 #define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0