[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:24:58 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `ml-opt-rel-x86-64` running on `ml-opt-rel-x86-64-b2` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/185/builds/4892
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Other/opt-hot-cold-split.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='default<Os>' -debug-pass-manager < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=DEFAULT-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=default<Os>' -debug-pass-manager -o /dev/null
+ /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=DEFAULT-Os
RUN: at line 2: /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto-pre-link<Os>' -debug-pass-manager < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-PRELINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-PRELINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=lto-pre-link<Os>' -debug-pass-manager -o /dev/null
RUN: at line 3: /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='thinlto-pre-link<Os>' -debug-pass-manager < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=THINLTO-PRELINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=THINLTO-PRELINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=thinlto-pre-link<Os>' -debug-pass-manager -o /dev/null
RUN: at line 4: /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto<Os>' -debug-pass-manager < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -o /dev/null 2>&1 | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-POSTLINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/Other/opt-hot-cold-split.ll -check-prefix=LTO-POSTLINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true '-passes=lto<Os>' -debug-pass-manager -o /dev/null
RUN: at line 5: /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -LINK-Os
+ /b/ml-opt-rel-x86-64-b1/build/bin/opt -mtriple=x86_64-- -hot-cold-split=true -LINK-Os
opt: Unknown command line argument '-LINK-Os'. Try: '/b/ml-opt-rel-x86-64-b1/build/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