Skip to content

Commit

Permalink
Auto merge of #29144 - dotdash:llvmup, r=alexcrichton
Browse files Browse the repository at this point in the history
Fixes #28947
  • Loading branch information
bors committed Oct 19, 2015
2 parents 9ed32bb + 92276dc commit 3e268f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ endif

ifdef CFG_ENABLE_DEBUGINFO
$(info cfg: enabling debuginfo (CFG_ENABLE_DEBUGINFO))
CFG_RUSTC_FLAGS += -g
# FIXME: Re-enable -g in stage0 after new snapshot
#CFG_RUSTC_FLAGS += -g
RUSTFLAGS_STAGE1 += -g
RUSTFLAGS_STAGE2 += -g
RUSTFLAGS_STAGE3 += -g
endif

ifdef SAVE_TEMPS
Expand Down
2 changes: 1 addition & 1 deletion src/llvm
2 changes: 1 addition & 1 deletion src/rustllvm/llvm-auto-clean-trigger
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2015-09-11
2015-10-18

0 comments on commit 3e268f2

Please sign in to comment.