[llvm] r276463 - Make DebugInfoMsf a dependency of DebugInfoPDBTests.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 13:05:30 PDT 2016
Author: zturner
Date: Fri Jul 22 15:05:30 2016
New Revision: 276463
URL: http://llvm.org/viewvc/llvm-project?rev=276463&view=rev
Log:
Make DebugInfoMsf a dependency of DebugInfoPDBTests.
For some reason this doesn't cause linker errors with MSVC or
clang-cl, but the bots seem to be failing with other compilers.
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=276463&r1=276462&r2=276463&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt (original)
+++ llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt Fri Jul 22 15:05:30 2016
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
+ DebugInfoMsf
DebugInfoPDB
)
More information about the llvm-commits
mailing list