Skip to content

Commit

Permalink
Revert "[flang] Workaround build failure."
Browse files Browse the repository at this point in the history
This reverts commit 823a597.
  • Loading branch information
vzakhari committed Feb 24, 2025
1 parent 823a597 commit 4d53616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ static constexpr RuntimeFunction runtimeFuncsTable[] = {

static constexpr Fortran::common::StaticMultimapView<RuntimeFunction>
runtimeFuncs(runtimeFuncsTable);
// FIXME: re-enable after figuring out this failure:
// https://lab.llvm.org/buildbot/#/builders/140/builds/17587
// static_assert(runtimeFuncs.Verify() && "map must be sorted");
static_assert(runtimeFuncs.Verify() && "map must be sorted");

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

0 comments on commit 4d53616

Please sign in to comment.