[lld][coff] Add missing dependency to fix build.
authorMichael Liao <michael.hliao@gmail.com>
Fri, 18 Oct 2019 14:31:58 +0000 (14:31 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Fri, 18 Oct 2019 14:31:58 +0000 (14:31 +0000)
llvm-svn: 375238

lld/COFF/CMakeLists.txt

index da2916f..a30df7c 100644 (file)
@@ -28,6 +28,7 @@ add_lld_library(lldCOFF
   BinaryFormat
   Core
   DebugInfoCodeView
+  DebugInfoDWARF
   DebugInfoMSF
   DebugInfoPDB
   Demangle