[PECOFF] Add missing dependency.

This dependency needs to be cleaned up at some point. .directve handling needs the link.exe option parser.

llvm-svn: 194642
This commit is contained in:
Michael J. Spencer 2013-11-14 00:51:51 +00:00
parent bb0919968b
commit db52824dfa
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ add_lld_library(lldPECOFF
target_link_libraries(lldPECOFF
lldReaderWriter
lldDriver
)