summaryrefslogtreecommitdiffstats
path: root/vespalib/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-10-13 16:17:39 +0200
committerGitHub <noreply@github.com>2016-10-13 16:17:39 +0200
commit0c56e22feea0970e705c8db9a84ec53d77d1979e (patch)
treef0bfabcba3c31a5cf26e31bde0db040016deb1c0 /vespalib/src
parent621349e81cdb554357ddb81aa4417e3ea24422ed (diff)
parentc008b2dfcd0e231491a2093ab2b00b539efc79be (diff)
Merge pull request #867 from yahoo/aressem/dont-allow-unresolved-symbols-in-shared-libs-or-executables
Aressem/dont allow unresolved symbols in shared libs or executables
Diffstat (limited to 'vespalib/src')
-rw-r--r--vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt1
-rw-r--r--vespalib/src/vespa/vespalib/tensor/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt b/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
index 78462a68282..238dceb4026 100644
--- a/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/eval/llvm/CMakeLists.txt
@@ -7,5 +7,6 @@ vespa_add_library(vespalib_vespalib_eval_llvm
llvm_wrapper.cpp
INSTALL lib64
DEPENDS
+ vespalib
LLVM-3.4
)
diff --git a/vespalib/src/vespa/vespalib/tensor/CMakeLists.txt b/vespalib/src/vespa/vespalib/tensor/CMakeLists.txt
index 00a582d99a7..7ed5e4d60d5 100644
--- a/vespalib/src/vespa/vespalib/tensor/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/tensor/CMakeLists.txt
@@ -12,4 +12,5 @@ vespa_add_library(vespalib_vespalib_tensor
$<TARGET_OBJECTS:vespalib_vespalib_tensor_serialization>
INSTALL lib64
DEPENDS
+ vespalib
)