[LLVMbugs] [Bug 471] [makefiles] Build mode (debug, release,	profile) affects generation of runtime libraries
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Tue Dec 20 19:34:41 PST 2005
    
    
  
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=471
rspencer at x10sys.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.7
------- Additional Comments From rspencer at x10sys.com  2005-12-20 21:34 -------
Fixed.
There is now a --enable-debug-runtime option when configuring LLVM. If you want
the runtime to be built with debug symbols just use that option. It defaults to
disabled. For now, the flag controls the use of -strip-debug to the assembler
and linker. 
Patches Here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051219/030260.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051219/030259.html
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
    
    
More information about the llvm-bugs
mailing list