From b8acaaa0c7bbcb0f11a364b2c3d8ed93c844bdf7 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer <benny.kra@googlemail.com> Date: Thu, 7 Apr 2022 10:40:55 +0200 Subject: [PATCH] [bazel] Port 5390606aa963 --- .../llvm-project-overlay/clang/include/clang/Config/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h b/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h index 5bcded19c8c3..e5e5dbc49bd4 100644 --- a/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h +++ b/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h @@ -106,6 +106,9 @@ /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */ #define CLANG_SPAWN_CC1 0 +/* Whether to enable opaque pointers by default */ +#define CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL 0 + /* Directly provide definitions here behind platform preprocessor definitions. * The preprocessor conditions are sufficient to handle all of the configuration * on platforms targeted by Bazel, and defining these here more faithfully -- GitLab