summaryrefslogtreecommitdiff
path: root/lld/unittests
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-03-02 00:31:34 +0000
committerRui Ueyama <ruiu@google.com>2016-03-02 00:31:34 +0000
commitde18518a08b00cbd7751a0b3d704453c53f1b557 (patch)
tree686ec4ca1f1b3302cf34b6511ffeaaf667fc9a66 /lld/unittests
parent5b65043ac32d40331f17ff579a1b54e55ef84a00 (diff)
Tidy up CMakefiles.
Diffstat (limited to 'lld/unittests')
-rw-r--r--lld/unittests/DriverTests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/unittests/DriverTests/CMakeLists.txt b/lld/unittests/DriverTests/CMakeLists.txt
index f85841d666e..34586ac5448 100644
--- a/lld/unittests/DriverTests/CMakeLists.txt
+++ b/lld/unittests/DriverTests/CMakeLists.txt
@@ -4,7 +4,4 @@ add_lld_unittest(DriverTests
target_link_libraries(DriverTests
lldDriver
- lldCOFF
- lldCore
- lldMachO
)