[llvm] [ctx_prof] Insert the ctx prof flattener after the module inliner (PR #107499)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 18:27:10 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-armv8-quick` running on `linaro-clang-armv8-quick` while building `llvm` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/154/builds/4126
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: Other/opt-hot-cold-split.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='default<Os>' -debug-pass-manager < /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=DEFAULT-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=default<Os>' -debug-pass-manager -o /dev/null
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=DEFAULT-Os
RUN: at line 2: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto-pre-link<Os>' -debug-pass-manager < /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-PRELINK-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=lto-pre-link<Os>' -debug-pass-manager -o /dev/null
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-PRELINK-Os
RUN: at line 3: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='thinlto-pre-link<Os>' -debug-pass-manager < /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=THINLTO-PRELINK-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=THINLTO-PRELINK-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=thinlto-pre-link<Os>' -debug-pass-manager -o /dev/null
RUN: at line 4: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto<Os>' -debug-pass-manager < /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-POSTLINK-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=lto<Os>' -debug-pass-manager -o /dev/null
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-POSTLINK-Os
RUN: at line 5: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -LINK-Os
+ /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt -mtriple=x86_64-- -hot-cold-split=true -LINK-Os
opt: Unknown command line argument '-LINK-Os'. Try: '/home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/opt --help'
opt: Did you mean '--Os'?
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/107499
More information about the llvm-commits
mailing list