diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-01 00:30:15 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-01 00:30:15 +0000 |
commit | 58d9b921e01eeb0b4b55f799bc7372f847929498 (patch) | |
tree | 6b2b44241cd0dd4d636701e1cd535ae5376ec816 /llvm/unittests/DebugInfo/PDB | |
parent | af7e32296749270038b010cb3858cc4b8e97506e (diff) | |
download | bcm5719-llvm-58d9b921e01eeb0b4b55f799bc7372f847929498.tar.gz bcm5719-llvm-58d9b921e01eeb0b4b55f799bc7372f847929498.zip |
DebugInfoPDBTests: Update libdeps for r271346.
llvm-svn: 271355
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB')
-rw-r--r-- | llvm/unittests/DebugInfo/PDB/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/CMakeLists.txt b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt index 4cc7b0d1a80..92a85540937 100644 --- a/llvm/unittests/DebugInfo/PDB/CMakeLists.txt +++ b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + DebugInfoCodeView DebugInfoPDB ) |