Displaying 4 results from an estimated 4 matches for "debug_runtim".
Did you mean:
debug_runtime
2012 May 31
0
[LLVMdev] DEBUG_RUNTIME unused?
Hi all,
There's a configuration switch --enable-debug-runtime that sets
DEBUG_RUNTIME to 1 (see
http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?view=markup)
IIUC this variable is meant to control the debug symbols in the
runtime libraries, but it is not used anywhere except projects/sample/
I'd like to be able to build compiler-rt with debug symbols, but not
all the u...
2006 Jul 11
1
[LLVMdev] Enabling debug in LLVM-1.7 release
Hi
This may sound like a stupid question, but well i am not very good with the automake tools:
How do i enable debug mode in llvm-1.7?
I tried
./configure --enable-debug-runtime
editing Makefile.config DEBUG_RUNTIME=1
editing Makefile.config.in DEBUG_RUNTIME=1 and ./configure --enable-debug-runtime
Currently i managed to make a profile build but gdb just chokes like this when trying to debug:
Starting program: /work0/tstone/llvm-1.7/Profile/bin/llc /work0/tstone/llvm/Profile/bin/llc
[Thread debugging using l...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...39;
BUILD_EXEEXT=''
BZIP2=''
CC='gcc'
CFLAGS=''
CMP=''
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE=''
CP=''
CPP=''
CPPFLAGS=''
CVSBUILD=''
CXX=''
CXXCPP=''
CXXFLAGS=''
DATE=''
DEBUG_RUNTIME=''
DEFS=''
DISABLE_ASSERTIONS=''
DOT=''
DOTTY=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CBE_PRINTF_A=''
ENABLE_DOXYGEN=''
ENABLE_EXPENSIVE_CHECKS=''
ENABL...
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...; CFLAGS=''
> CMP=''
> CONVENIENCE_LTDL_FALSE=''
> CONVENIENCE_LTDL_TRUE=''
> CP=''
> CPP=''
> CPPFLAGS=''
> CVSBUILD=''
> CXX=''
> CXXCPP=''
> CXXFLAGS=''
> DATE=''
> DEBUG_RUNTIME=''
> DEFS=''
> DISABLE_ASSERTIONS=''
> DOT=''
> DOTTY=''
> DOXYGEN=''
> ECHO='echo'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ENABLE_CBE_PRINTF_A=''
> ENABLE...