<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">ALL_BUILD is a meta project generated by CMake to make building in Visual Studio easier; it’s not a program.</div><div class="">You probably want to change your start up project in Visual Studio to something like clang and supply some arguments to it through the Visual Studio project settings (it’s under debugging).</div><div class=""><br class=""></div><div class="">Hope this helps!</div><div class=""><br class=""><div apple-content-edited="true" class="">
--<br class="">Joshua Gerrard<br class="">JUCE Software Developer<br class=""><br class="">ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard controller that does to piano keys what 3D touch does to the iPhone”. Now available for preorder at <a href="http://www.roli.com" class="">www.roli.com</a>.<br class="">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 9 Nov 2015, at 16:06, Iulia Stirb via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="background-color: rgb(255, 255, 255); font-family: verdana, helvetica, sans-serif; font-size: 24px;" class=""><div id="yiv7057809843" class=""><div id="yui_3_16_0_1_1447082249472_8600" class=""><div style="background-color: rgb(255, 255, 255); font-family: verdana, helvetica, sans-serif; font-size: 24px;" id="yui_3_16_0_1_1447082249472_8599" class=""><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_10351" class="">Dear LLVM devs,</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_6371" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_10353" class="">I am extending a project of LLVM.</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8290" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><font size="6" id="yiv7057809843yui_3_16_0_1_1446921577514_10429" class="">How can I see the flow of the code at run-time?</font></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">I see two ways:</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">- insert some couts but where to see the console output?</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">- run step by step using break-points but I keep receiving the error:</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><span class=""><span class=""><br class=""></span></span></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><span id="yiv7057809843yui_3_16_0_1_1446921577514_9591" class=""><span id="yiv7057809843yui_3_16_0_1_1446921577514_9590" class=""><font color="#4c76a2" id="yiv7057809843yui_3_16_0_1_1446921577514_11084" class="">"Unable to start program 'C:\llvm_project\Debug\ALL_BUILD'. The system cannot find the file specified"</font></span></span></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">when I start debugging, even if the path is short enough.</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">None of the two ways worked for me.</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">I am using Visual Studio 2013.</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class=""><br class=""></div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">Thank you very much,</div><div dir="ltr" id="yiv7057809843yui_3_16_0_1_1446921577514_8292" class="">Iulia</div></div></div></div></div></div>_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></blockquote></div><br class=""></div></body></html>