summaryrefslogtreecommitdiff
path: root/lld/unittests
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-03-02 14:12:37 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-03-02 14:12:37 +0000
commit0961e275d066206eff8ce143a04251b0e9cbcb40 (patch)
treee640b239228d6a7d598b2dbc51637632dd688be9 /lld/unittests
parentb4ad75809cb4e25a71b161ab7a8a8a6a1afe19de (diff)
Fix BUILD_SHARED_LIBS build.
Diffstat (limited to 'lld/unittests')
-rw-r--r--lld/unittests/DriverTests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/unittests/DriverTests/CMakeLists.txt b/lld/unittests/DriverTests/CMakeLists.txt
index 34586ac5448..91d22ca19d7 100644
--- a/lld/unittests/DriverTests/CMakeLists.txt
+++ b/lld/unittests/DriverTests/CMakeLists.txt
@@ -4,4 +4,5 @@ add_lld_unittest(DriverTests
target_link_libraries(DriverTests
lldDriver
+ lldMachO
)