summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-01 13:57:59 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commit0c02a3503f6b240ec34c68bc9c00407bae2b0fa4 (patch)
tree9b65e6f6c45bde0f11bc3499cbf8deb1275ce3ce /conf
parent90c41070f5e5b2c2fb914a0d071fed1b0e5e41f2 (diff)
downloadmeta-clang-0c02a3503f6b240ec34c68bc9c00407bae2b0fa4.tar.gz
mongodb: Use llvm runtime when using clang
Fixes linker errors like src/mongo/platform/overflow_arithmetic.h:63: error: undefined reference to '__mulodi4' src/mongo/platform/overflow_arithmetic.h:63: error: undefined reference to '__mulodi4' src/mongo/platform/overflow_arithmetic.h:63: error: undefined reference to '__mulodi4' src/mongo/platform/overflow_arithmetic.h:63: error: undefined reference to '__mulodi4' Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 71bd78a..b0291ce 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -277,6 +277,7 @@ COMPILER_RT_pn-openssh_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}"
277COMPILER_RT_pn-webkitgtk_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 277COMPILER_RT_pn-webkitgtk_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}"
278COMPILER_RT_pn-wpewebkit_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 278COMPILER_RT_pn-wpewebkit_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}"
279COMPILER_RT_pn-python3-numpy_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 279COMPILER_RT_pn-python3-numpy_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}"
280COMPILER_RT_pn-mongodb_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}"
280COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt" 281COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt"
281COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt" 282COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt"
282COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt" 283COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt"