Fix shared library builds of lld, broken in SVN r319138

llvm-svn: 319152
This commit is contained in:
Martin Storsjo 2017-11-28 08:12:03 +00:00
parent f2508f46ca
commit 2d614ced55
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ add_lld_library(lldCommon
LINK_COMPONENTS
Codegen
Demangle
MC
Option
Support

View File

@ -47,7 +47,6 @@ add_lld_library(lldELF
BinaryFormat
Core
DebugInfoDWARF
Demangle
LTO
MC
Object