We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a597 commit 4d53616Copy full SHA for 4d53616
flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
@@ -202,9 +202,7 @@ static constexpr RuntimeFunction runtimeFuncsTable[] = {
202
203
static constexpr Fortran::common::StaticMultimapView<RuntimeFunction>
204
runtimeFuncs(runtimeFuncsTable);
205
-// FIXME: re-enable after figuring out this failure:
206
-// https://lab.llvm.org/buildbot/#/builders/140/builds/17587
207
-// static_assert(runtimeFuncs.Verify() && "map must be sorted");
+static_assert(runtimeFuncs.Verify() && "map must be sorted");
208
209
// Set attributes for the given Fortran runtime call.
210
// The symbolTable is used to cache the name lookups in the module.
0 commit comments