[flang-commits] [flang] 4d53616 - Revert "[flang] Workaround build failure."
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Mon Feb 24 10:53:23 PST 2025
Author: Slava Zakharin
Date: 2025-02-24T10:52:48-08:00
New Revision: 4d536169010e4a1c70523edbdec5c6dfcbd49fda
URL: https://github.com/llvm/llvm-project/commit/4d536169010e4a1c70523edbdec5c6dfcbd49fda
DIFF: https://github.com/llvm/llvm-project/commit/4d536169010e4a1c70523edbdec5c6dfcbd49fda.diff
LOG: Revert "[flang] Workaround build failure."
This reverts commit 823a597d2ad0a76e8d5278a789f37a07b393cd2a.
Added:
Modified:
flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
Removed:
################################################################################
diff --git a/flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp b/flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
index 39ce69a45ce18..c194c3513d7a8 100644
--- a/flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
+++ b/flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
@@ -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.
More information about the flang-commits
mailing list