diff options
| -rw-r--r-- | lld/unittests/DriverTests/CMakeLists.txt | 1 |
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 ) |

