diff options
| -rw-r--r-- | lld/COFF/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | lld/lib/Driver/CMakeLists.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt index ae536690bcc..599ac771130 100644 --- a/lld/COFF/CMakeLists.txt +++ b/lld/COFF/CMakeLists.txt @@ -18,8 +18,11 @@ add_llvm_library(lldCOFF Core LTO LibDriver + Object MC MCDisassembler + Target + Option Support ) diff --git a/lld/lib/Driver/CMakeLists.txt b/lld/lib/Driver/CMakeLists.txt index ed88b7d4237..cfb3866ab0e 100644 --- a/lld/lib/Driver/CMakeLists.txt +++ b/lld/lib/Driver/CMakeLists.txt @@ -21,6 +21,7 @@ add_llvm_library(lldDriver LINK_LIBS lldConfig lldMachO + lldCOFF lldPECOFF lldELF lldAArch64ELFTarget |

