summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2019-12-10 14:08:32 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2019-12-14 13:28:41 -0800
commitde8245cc898b1b603414d4afc73ebeecb0b65e0b (patch)
treed16866a22017537df3c5783afa8c8d8a36e24f0e
parent2e56cd52028cec3bfc671ef238a44645286c4295 (diff)
build: Remove no-undefined flag
According to a comment in configure.ac we don't link against the LLVM libraries because they're so large and the symbols are resolved anyway when the plugin is loaded. For that to work, we have to remove the no-undefined flag, otherwise the linker will complain that all of the symbols in the LLVM libraries are undefined.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ab23235..764ca8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,6 @@ clang_plugin_libtartan_la_LDFLAGS = \
$(WARN_LDFLAGS) \
-avoid-version \
-module \
- -no-undefined \
$(NULL)
# Clang and scan-build wrapper scripts