[flang-commits] [flang] [flang][OpenMP] Hoist reduction info from nested `loop` ops to parent `teams` ops (PR #132003)

LLVM Continuous Integration via flang-commits flang-commits at lists.llvm.org
Fri Mar 21 13:48:53 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `premerge-monolithic-windows` running on `premerge-windows-1` while building `flang` at step 8 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/35/builds/8415

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 8 (test-build-unified-tree-check-all) failure: test (failure)
...
cl : Command line warning D9025 : overriding '/D_GLIBCXX_ASSERTIONS' with '/U_GLIBCXX_ASSERTIONS'
[52/150] Linking CXX static library lib\flang_rt.runtime.static_dbg.lib
[53/150] Linking CXX executable tools\clang\unittests\Analysis\ClangAnalysisTests.exe
[54/150] Linking CXX executable tools\clang\unittests\Analysis\FlowSensitive\ClangAnalysisFlowSensitiveTests.exe
[55/150] Linking CXX executable tools\clang\unittests\ASTMatchers\Dynamic\DynamicASTMatchersTests.exe
[56/150] Linking CXX executable tools\clang\unittests\Rewrite\RewriteTests.exe
[57/150] Linking CXX executable tools\clang\unittests\AST\ByteCode\InterpTests.exe
[58/150] Linking CXX executable bin\mlir-capi-translation-test.exe
[59/150] Linking CXX static library lib\flang_rt.runtime.dynamic_dbg.lib
[60/150] Preparing lit tests
FAILED: utils/lit/CMakeFiles/prepare-check-lit 
cmd.exe /C "cd /D C:\ws\buildbot\premerge-monolithic-windows\build\utils\lit && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E remove_directory C:/ws/buildbot/premerge-monolithic-windows/build/utils/lit/tests && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy_directory C:/ws/buildbot/premerge-monolithic-windows/llvm-project/llvm/utils/lit/tests C:/ws/buildbot/premerge-monolithic-windows/build/utils/lit/tests && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/ws/buildbot/premerge-monolithic-windows/build/utils/lit/lit.site.cfg C:/ws/buildbot/premerge-monolithic-windows/build/utils/lit/tests"
Error removing directory "C:/ws/buildbot/premerge-monolithic-windows/build/utils/lit/tests".
[61/150] Linking CXX static library lib\flang_rt.runtime.lib
[62/150] Linking CXX executable tools\polly\unittests\Isl\IslTests.exe
[63/150] Linking CXX executable tools\polly\unittests\Flatten\FlattenTests.exe
[64/150] Linking CXX executable tools\polly\unittests\Support\ISLToolsTests.exe
[65/150] Linking CXX executable tools\clang\unittests\CrossTU\CrossTUTests.exe
[66/150] Linking CXX executable tools\clang\unittests\ASTMatchers\ASTMatchersTests.exe
[67/150] Linking CXX executable tools\flang\unittests\Optimizer\FlangOptimizerTests.exe
[68/150] Linking CXX executable tools\clang\unittests\Tooling\Syntax\SyntaxTests.exe
[69/150] Linking CXX executable tools\clang\unittests\Serialization\SerializationTests.exe
[70/150] Linking CXX executable tools\clang\unittests\Index\IndexTests.exe
[71/150] Linking CXX executable tools\clang\unittests\StaticAnalyzer\StaticAnalysisTests.exe
[72/150] Linking CXX executable tools\clang\unittests\Support\ClangSupportTests.exe
[73/150] Linking CXX executable tools\clang\unittests\Sema\SemaTests.exe
[74/150] Linking CXX executable tools\clang\unittests\AST\ASTTests.exe
[75/150] Linking CXX executable tools\clang\unittests\CodeGen\ClangCodeGenTests.exe
[76/150] Linking CXX executable tools\clang\tools\extra\clangd\unittests\ClangdTests.exe
[77/150] Linking CXX executable tools\polly\unittests\DeLICM\DeLICMTests.exe
[78/150] Linking CXX executable tools\mlir\unittests\Target\LLVM\MLIRTargetLLVMTests.exe
[79/150] Linking CXX executable tools\polly\unittests\ScheduleOptimizer\ScheduleOptimizerTests.exe
[80/150] Linking CXX executable tools\polly\unittests\ScopPassManager\ScopPassManagerTests.exe
[81/150] Linking CXX executable unittests\Analysis\AnalysisTests.exe
[82/150] Linking CXX executable bin\mlir-capi-pass-test.exe
[83/150] Linking CXX executable tools\clang\unittests\Frontend\FrontendTests.exe
[84/150] Linking CXX executable bin\mlir-capi-ir-test.exe
[85/150] Linking CXX executable bin\mlir-capi-execution-engine-test.exe
[86/150] Linking CXX executable tools\clang\unittests\Driver\ClangDriverTests.exe
[87/150] Linking CXX executable tools\lld\unittests\AsLibELF\LLDAsLibELFTests.exe
[88/150] Linking CXX executable tools\lld\unittests\AsLibAll\LLDAsLibAllTests.exe
[89/150] Linking CXX executable tools\clang\unittests\Tooling\ToolingTests.exe
[90/150] Linking CXX executable tools\clang\unittests\Interpreter\ClangReplInterpreterTests.exe
[91/150] Linking CXX executable tools\flang\unittests\Frontend\FlangFrontendTests.exe
ninja: build stopped: subcommand failed.

```

</details>

https://github.com/llvm/llvm-project/pull/132003


More information about the flang-commits mailing list