summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 25e7d761e2..a3fc22a0e6 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -24,6 +24,9 @@
/* Default FPU to use to all compiler invocations, in case of hard float. */
#undef DEFAULT_TARGET_FPU
+/* Default hash-style to use to all linker invocations. */
+#undef DEFAULT_TARGET_HASHSTYLE
+
/* Default cpu (-mcpu=cpu) to use to all compiler invocations. */
#undef DEFAULT_TARGET_MCPU