Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Enable LLVM assertions on all auto bots
Browse files Browse the repository at this point in the history
Closes #120
  • Loading branch information
alexcrichton committed Aug 30, 2016
1 parent a0f12c3 commit 00f4a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ class ConfigCommand(object):
def getRenderingFor(self, props):
opts=["sharedstd", "valgrind", "helgrind",
"docs", "optimize", "optimize-tests",
"optimize-cxx", "optimize-llvm",
"optimize-cxx", "optimize-llvm", "llvm-assertions",
"debug", "debug-assertions", "pax-flags", "clang",
"inject-std-version", "llvm-static-stdcpp",
"rustbuild", "nightly"]
Expand Down Expand Up @@ -1761,6 +1761,7 @@ for p in auto_platforms:
"targets": targets,
"debug": debug,
"debug-assertions": True,
"llvm-assertions": True,
"check": chk,
"rustbuild": rustbuild},
factory=make_and_check_buildfactory(chk, android,
Expand Down

0 comments on commit 00f4a01

Please sign in to comment.