summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-02-07 23:33:58 +0000
committerChris Bieneman <beanz@apple.com>2017-02-07 23:33:58 +0000
commitbc9d0cd92528860f4772fdfa3648943ced04fb34 (patch)
tree963a03b7266d61182ec9dceb350f095f8558e183
parent7a7db848cbce5816b9c522979c079247c5296dd4 (diff)
downloadbcm5719-llvm-bc9d0cd92528860f4772fdfa3648943ced04fb34.tar.gz
bcm5719-llvm-bc9d0cd92528860f4772fdfa3648943ced04fb34.zip
[CMake] Add explicit dependencies for ObjectFileELF tests
llvm-svn: 294372
-rw-r--r--lldb/unittests/ObjectFile/ELF/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/unittests/ObjectFile/ELF/CMakeLists.txt b/lldb/unittests/ObjectFile/ELF/CMakeLists.txt
index de0f6e83613..4cae7ab2c0d 100644
--- a/lldb/unittests/ObjectFile/ELF/CMakeLists.txt
+++ b/lldb/unittests/ObjectFile/ELF/CMakeLists.txt
@@ -1,3 +1,7 @@
add_lldb_unittest(ObjectFileELFTests
TestELFHeader.cpp
+
+ LINK_LIBS
+ lldbPluginObjectFileELF
+ lldbCore
)
OpenPOWER on IntegriCloud