[llvm] r271355 - DebugInfoPDBTests: Update libdeps for r271346.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 17:30:16 PDT 2016


Author: chapuni
Date: Tue May 31 19:30:15 2016
New Revision: 271355

URL: http://llvm.org/viewvc/llvm-project?rev=271355&view=rev
Log:
DebugInfoPDBTests: Update libdeps for r271346.

Modified:
    llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt

Modified: llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt?rev=271355&r1=271354&r2=271355&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt (original)
+++ llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt Tue May 31 19:30:15 2016
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  DebugInfoCodeView
   DebugInfoPDB
   )
 




More information about the llvm-commits mailing list