From 3006daadb2ea0e2dc542f016b80286e87ab04431 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 2 Mar 2016 14:12:37 +0000 Subject: Fix BUILD_SHARED_LIBS build. llvm-svn: 262485 --- lld/unittests/DriverTests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v1.2.3