[llvm-dev] LLVM flow at run-time

Joshua Gerrard via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 9 08:09:51 PST 2015


Hello,

ALL_BUILD is a meta project generated by CMake to make building in Visual Studio easier; it’s not a program.
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).

Hope this helps!

--
Joshua Gerrard
JUCE Software Developer

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 www.roli.com.

> On 9 Nov 2015, at 16:06, Iulia Stirb via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Dear LLVM devs,
> 
> I am extending a project of LLVM.
> 
> How can I see the flow of the code at run-time?
> 
> I see two ways:
> - insert some couts but where to see the console output?
> - run step by step using break-points but I keep receiving the error:
> 
> "Unable to start program 'C:\llvm_project\Debug\ALL_BUILD'. The system cannot find the file specified"
> 
> when I start debugging, even if the path is short enough.
> 
> None of the two ways worked for me.
> 
> I am using Visual Studio 2013.
> 
> Thank you very much,
> Iulia
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151109/a034ac5d/attachment.html>


More information about the llvm-dev mailing list