Hello<br><br>When I compile LLVM trunk with Visual Studio 2008 and cmake, the build is failing because a new file is not yet added to the build system.<br><br>Attached you can find a patch which fixes the problem for me.<br>
<br>Marius Wachtler<br><br><br>Index: lib/Transforms/Scalar/CMakeLists.txt<br>===================================================================<br>--- lib/Transforms/Scalar/CMakeLists.txt (revision 85194)<br>+++ lib/Transforms/Scalar/CMakeLists.txt (working copy)<br>
@@ -23,6 +23,7 @@<br> Reassociate.cpp<br> Reg2Mem.cpp<br> SCCP.cpp<br>+ SCCVN.cpp<br> Scalar.cpp<br> ScalarReplAggregates.cpp<br> SimplifyCFGPass.cpp<br><br><br>