aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Liao <michael.hliao@gmail.com>2019-10-18 14:31:58 +0000
committerMichael Liao <michael.hliao@gmail.com>2019-10-18 14:31:58 +0000
commitf6f221b0d3aff14f3a94a3c54eb56d9d3a244923 (patch)
treef225051408b3294f353a5cae3e14b6b6ef6814f0
parent133aa00fca6fdd1b168c8ef5e236784ec155c98c (diff)
[lld][coff] Add missing dependency to fix build.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@375238 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--COFF/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/CMakeLists.txt b/COFF/CMakeLists.txt
index da2916f0c..a30df7c4f 100644
--- a/COFF/CMakeLists.txt
+++ b/COFF/CMakeLists.txt
@@ -28,6 +28,7 @@ add_lld_library(lldCOFF
BinaryFormat
Core
DebugInfoCodeView
+ DebugInfoDWARF
DebugInfoMSF
DebugInfoPDB
Demangle