summaryrefslogtreecommitdiff
path: root/include/llvm/Config/llvm-config.h.in
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-05 23:55:59 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-05 23:55:59 +0200
commitcab4a8d897c586d1f53790fefe16fca91f4d18d1 (patch)
tree0f864c9af1a64beb86e3879ca5a89c4a4a3a48de /include/llvm/Config/llvm-config.h.in
parent32e1613ce8f734d858831c228c36da70d783c0cd (diff)
downloadllvm-cab4a8d897c586d1f53790fefe16fca91f4d18d1.tar.gz
llvm-cab4a8d897c586d1f53790fefe16fca91f4d18d1.tar.bz2
llvm-cab4a8d897c586d1f53790fefe16fca91f4d18d1.tar.xz
[Embtk] Give ability to specify default linker hash-style at configure time
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'include/llvm/Config/llvm-config.h.in')
-rw-r--r--include/llvm/Config/llvm-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/llvm-config.h.in b/include/llvm/Config/llvm-config.h.in
index 5bb7398e7a..2cebd80b28 100644
--- a/include/llvm/Config/llvm-config.h.in
+++ b/include/llvm/Config/llvm-config.h.in
@@ -31,6 +31,9 @@
/* Default FPU to use to all compiler invocations, in case of hard float. */
#undef LLVM_DEFAULT_TARGET_FPU
+/* Default hash-style to use to all linker invocations. */
+#undef LLVM_DEFAULT_TARGET_HASHSTYLE
+
/* Default cpu (-mcpu=cpu) to use to all compiler invocations. */
#undef LLVM_DEFAULT_TARGET_MCPU