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

Commit 00f4a01

Browse files
committed
Enable LLVM assertions on all auto bots
Closes #120
1 parent a0f12c3 commit 00f4a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: master/master.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ class ConfigCommand(object):
849849
def getRenderingFor(self, props):
850850
opts=["sharedstd", "valgrind", "helgrind",
851851
"docs", "optimize", "optimize-tests",
852-
"optimize-cxx", "optimize-llvm",
852+
"optimize-cxx", "optimize-llvm", "llvm-assertions",
853853
"debug", "debug-assertions", "pax-flags", "clang",
854854
"inject-std-version", "llvm-static-stdcpp",
855855
"rustbuild", "nightly"]
@@ -1761,6 +1761,7 @@ for p in auto_platforms:
17611761
"targets": targets,
17621762
"debug": debug,
17631763
"debug-assertions": True,
1764+
"llvm-assertions": True,
17641765
"check": chk,
17651766
"rustbuild": rustbuild},
17661767
factory=make_and_check_buildfactory(chk, android,

0 commit comments

Comments
 (0)