summaryrefslogtreecommitdiff
path: root/lld/unittests
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2015-07-13 23:48:06 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2015-07-13 23:48:06 +0000
commit3e6ed5954668559298d9c5256d593bb5170c55f5 (patch)
treef8bccbee2d3ba8efb0b37f7363d8b3f7664ef1a6 /lld/unittests
parente7a1eb94b9c84c1316e411d85020b96287a6b8be (diff)
Initial ELF port.
This is a direct port of the new PE/COFF linker to ELF. It can take a single object file and generate a valid executable that executes at the first byte in the text section.
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 d9ff62cddd5..c48c0ac22e0 100644
--- a/lld/unittests/DriverTests/CMakeLists.txt
+++ b/lld/unittests/DriverTests/CMakeLists.txt
@@ -10,6 +10,7 @@ target_link_libraries(DriverTests
lldDriver
lldCOFF
lldCore
+ lldELF2
lldPECOFF
lldMachO
)