summaryrefslogtreecommitdiff
path: root/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h')
-rw-r--r--utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h3
1 files changed, 3 insertions, 0 deletions
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 4d5cd0520a0c..ee4c6277d2ae 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
@@ -22,6 +22,9 @@
/* Bug report URL. */
#define BUG_REPORT_URL "https://bugs.llvm.org/"
+/* Default to -fPIE and -pie on Linux. */
+#define CLANG_DEFAULT_PIE_ON_LINUX 0
+
/* Default linker to use. */
#define CLANG_DEFAULT_LINKER ""