[llvm] [llvm-objdump] Add support for HIP offload bundles (PR #114834)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 15:51:20 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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 'Clang-Unit :: ./AllClangUnitTests/13/48' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests-Clang-Unit-97099-13-48.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=48 GTEST_SHARD_INDEX=13 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests
--

Note: This is test shard 14 of 48.
[==========] Running 510 tests from 106 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN      ] MinimizeSourceToDependencyDirectivesTest.DefineMultilineArgsCarriageReturn
[       OK ] MinimizeSourceToDependencyDirectivesTest.DefineMultilineArgsCarriageReturn (3 ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (3 ms total)

[----------] 1 test from HeaderSearchTest
[ RUN      ] HeaderSearchTest.ShortenWithWorkingDir
[       OK ] HeaderSearchTest.ShortenWithWorkingDir (4 ms)
[----------] 1 test from HeaderSearchTest (4 ms total)

[----------] 1 test from ModuleDeclStateTest
[ RUN      ] ModuleDeclStateTest.ModuleNameWithDot
[       OK ] ModuleDeclStateTest.ModuleNameWithDot (7 ms)
[----------] 1 test from ModuleDeclStateTest (7 ms total)

[----------] 1 test from DxcModeTest
[ RUN      ] DxcModeTest.DefaultEntry
warning: argument unused during compilation: '-S'
warning: argument unused during compilation: '-S'
[       OK ] DxcModeTest.DefaultEntry (27 ms)
[----------] 1 test from DxcModeTest (27 ms total)

[----------] 1 test from MultilibTest
[ RUN      ] MultilibTest.SelectMultiple
[       OK ] MultilibTest.SelectMultiple (0 ms)
[----------] 1 test from MultilibTest (0 ms total)

[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN      ] ExprMutationAnalyzerTest.ReturnAsNonConstRef
input.cc:1:26: warning: reference to stack memory associated with local variable 'x' returned [-Wreturn-stack-address]
    1 | int& f() { int x; return x; }
      |                          ^
[       OK ] ExprMutationAnalyzerTest.ReturnAsNonConstRef (67 ms)
[ RUN      ] ExprMutationAnalyzerTest.NotUnevaluatedExpressions
input.cc:1:19: warning: expression result unused [-Wunused-value]
    1 | void f() { int x; sizeof(int[x++]); }
      |                   ^~~~~~~~~~~~~~~~
input.cc:1:126: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
    1 | namespace std { class type_info; }struct A { virtual ~A(); }; struct B : A {};struct X { A& f(); }; void f() { X x; typeid(x.f()); }
      |                                                                                                                              ^
input.cc:1:117: warning: expression result unused [-Wunused-value]
...

```

</details>

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


More information about the llvm-commits mailing list