summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-06-01 00:30:15 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-06-01 00:30:15 +0000
commit249a797178139c5810cedfbc2ece46598e8324fb (patch)
tree47762be75e2c63ef358b26e7b4bc40aa78b3971f /unittests
parent4fc5d9b76545d41a16379bb58df323a3ed5dc49c (diff)
DebugInfoPDBTests: Update libdeps for r271346.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/DebugInfo/PDB/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/DebugInfo/PDB/CMakeLists.txt b/unittests/DebugInfo/PDB/CMakeLists.txt
index 4cc7b0d1a80..92a85540937 100644
--- a/unittests/DebugInfo/PDB/CMakeLists.txt
+++ b/unittests/DebugInfo/PDB/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ DebugInfoCodeView
DebugInfoPDB
)