Skip to content

Commit 3b5d36e

Browse files
committed
[Verifier] disable llvm.experimental.noalias.scope.decl dominance check.
This was enabled in https://reviews.llvm.org/D95335 but it breaks the stage2 fuchsia build (See http://lab.llvm.org:8011/#/builders/98/builds/4105/steps/9/logs/stdio)
1 parent 13f2aee commit 3b5d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Verifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
using namespace llvm;
117117

118118
static cl::opt<bool> VerifyNoAliasScopeDomination(
119-
"verify-noalias-scope-decl-dom", cl::Hidden, cl::init(true),
119+
"verify-noalias-scope-decl-dom", cl::Hidden, cl::init(false),
120120
cl::desc("Ensure that llvm.experimental.noalias.scope.decl for identical "
121121
"scopes are not dominating"));
122122

0 commit comments

Comments
 (0)