diff options
author | Ismail Donmez <ismail@i10z.com> | 2016-09-16 14:10:23 +0000 |
---|---|---|
committer | Ismail Donmez <ismail@i10z.com> | 2016-09-16 14:10:23 +0000 |
commit | e7174ffcd812faba42330d8b1ef5cfd1ab959364 (patch) | |
tree | 5138c502af6cec35d6373fef4aa86a21c1e0032d | |
parent | 830a8c1fbd4618175e4e42323203d3e2919f95d6 (diff) | |
download | bcm5719-llvm-e7174ffcd812faba42330d8b1ef5cfd1ab959364.tar.gz bcm5719-llvm-e7174ffcd812faba42330d8b1ef5cfd1ab959364.zip |
Fix shared library build
llvm-svn: 281728
-rw-r--r-- | lld/COFF/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt index 84215cee612..b6f0c314061 100644 --- a/lld/COFF/CMakeLists.txt +++ b/lld/COFF/CMakeLists.txt @@ -21,6 +21,7 @@ add_lld_library(lldCOFF LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Core + DebugInfoMSF DebugInfoPDB LTO LibDriver |