[llvm] [ThinLTO] Do not duplicate import a function that is actually defined in the current module (PR #110064)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 15:55:33 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-armv7-global-isel` running on `linaro-clang-armv7-global-isel` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/39/builds/2176
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: ThinLTO/X86/ditemplatevalueparameter-remap.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 36: /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/opt -module-summary -o /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp1.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/ThinLTO/X86/ditemplatevalueparameter-remap.ll
+ /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/opt -module-summary -o /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp1.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/ThinLTO/X86/ditemplatevalueparameter-remap.ll
RUN: at line 37: /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/opt -module-summary -o /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp2.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/ThinLTO/X86/Inputs/ditemplatevalueparameter-remap.ll
+ /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/opt -module-summary -o /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp2.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/ThinLTO/X86/Inputs/ditemplatevalueparameter-remap.ll
RUN: at line 38: ld.lld --plugin-opt=thinlto-index-only -shared /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp1.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp2.bc
+ ld.lld --plugin-opt=thinlto-index-only -shared /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp1.bc /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/ThinLTO/X86/Output/ditemplatevalueparameter-remap.ll.tmp2.bc
ld.lld: error: Invalid summary version 11. Version should be in the range [1-9].
ld.lld: error: Invalid summary version 11. Version should be in the range [1-9].
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/110064
More information about the llvm-commits
mailing list