[LLVMdev] Testing LLVM on OS X

Chris Lattner sabre at nondot.org
Sun May 2 21:34:01 PDT 2004


On Sun, 2 May 2004, Patrick Flanagan wrote:
> Is there anything special flagwise that I would need to specify to tell
> it to include symbol and debug information? I've tried specifying -g
> but this information still doesn't seem to be included. A quick copy of
> the build of one of the tests to make sure I've got the flags right:

Nope.  Right now LLVM doesn't have real support for source-level
debugging.  There is a debugger *started*, but it needs substantial work
before it can be usable, and the C front-end cannot produce debug
information yet.  If you're interested in the debugger, it is discussed
here:
http://llvm.cs.uiuc.edu/docs/SourceLevelDebugging.html

Sorry!

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list