diff options
| author | Chris Bieneman <beanz@apple.com> | 2017-02-07 23:33:58 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2017-02-07 23:33:58 +0000 |
| commit | bc9d0cd92528860f4772fdfa3648943ced04fb34 (patch) | |
| tree | 963a03b7266d61182ec9dceb350f095f8558e183 | |
| parent | 7a7db848cbce5816b9c522979c079247c5296dd4 (diff) | |
| download | bcm5719-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.txt | 4 |
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 ) |

