Skip to content

Commit 4d53616

Browse files
committed
Revert "[flang] Workaround build failure."
This reverts commit 823a597.
1 parent 823a597 commit 4d53616

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ static constexpr RuntimeFunction runtimeFuncsTable[] = {
202202

203203
static constexpr Fortran::common::StaticMultimapView<RuntimeFunction>
204204
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");
205+
static_assert(runtimeFuncs.Verify() && "map must be sorted");
208206

209207
// Set attributes for the given Fortran runtime call.
210208
// The symbolTable is used to cache the name lookups in the module.

0 commit comments

Comments
 (0)