[llvm-commits] [dragonegg] r105320 - /dragonegg/trunk/extras/do_self_strap
Duncan Sands
baldrick at free.fr
Wed Jun 2 04:38:56 PDT 2010
Author: baldrick
Date: Wed Jun 2 06:38:55 2010
New Revision: 105320
URL: http://llvm.org/viewvc/llvm-project?rev=105320&view=rev
Log:
Have the self-host build generate debug info. This may be
helpful for checking that debug info is deterministic. But
it's mostly helpful for debugging self-host failures.
Modified:
dragonegg/trunk/extras/do_self_strap
Modified: dragonegg/trunk/extras/do_self_strap
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/extras/do_self_strap?rev=105320&r1=105319&r2=105320&view=diff
==============================================================================
--- dragonegg/trunk/extras/do_self_strap (original)
+++ dragonegg/trunk/extras/do_self_strap Wed Jun 2 06:38:55 2010
@@ -54,7 +54,7 @@
# How to configure LLVM. These are all optional. On my machine, the debugger
# refuses to work with dragonegg unless I build LLVM with --disable-threads.
LLVM_OPTIONS="--enable-optimized --enable-assertions \
- --disable-threads $LLVM_OPTIONS"
+ --disable-threads --enable-debug-symbols $LLVM_OPTIONS"
COMPARE="cmp --ignore-initial=16" # How to compare object files
MAKE="nice -n 20 make -j -l3" # How to run make
More information about the llvm-commits
mailing list