[Bazel] Update config.h to add the new define.

This commit is contained in:
Adrian Kuegel 2022-01-26 18:28:14 +01:00
parent 3595189217
commit 1a6e60d01f
1 changed files with 3 additions and 0 deletions

View 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