[clang] [llvm] [HLSL] Reapply Move length support out of the DirectX Backend (#121611) (PR #122337)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 14:39:09 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-debian` running on `gribozavr4` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/16/builds/11794
<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 :: tools/llvm-gsymutil/ARM_AArch64/macho-merged-funcs-dwarf.yaml' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
Input file: /b/1/llvm-clang-x86_64-expensive-checks-debian/build/test/tools/llvm-gsymutil/ARM_AArch64/Output/macho-merged-funcs-dwarf.yaml.tmp.dSYM
Output file (aarch64): /b/1/llvm-clang-x86_64-expensive-checks-debian/build/test/tools/llvm-gsymutil/ARM_AArch64/Output/macho-merged-funcs-dwarf.yaml.tmp.default.gSYM
Loaded 3 functions from DWARF.
Loaded 3 functions from symbol table.
warning: same address range contains different debug info. Removing:
[0x0000000000000248 - 0x0000000000000270): Name=0x00000047
addr=0x0000000000000248, file= 3, line= 5
addr=0x0000000000000254, file= 3, line= 7
addr=0x0000000000000258, file= 3, line= 9
addr=0x000000000000025c, file= 3, line= 8
addr=0x0000000000000260, file= 3, line= 11
addr=0x0000000000000264, file= 3, line= 10
addr=0x0000000000000268, file= 3, line= 6
In favor of this one:
[0x0000000000000248 - 0x0000000000000270): Name=0x00000030
addr=0x0000000000000248, file= 2, line= 5
addr=0x0000000000000254, file= 2, line= 7
addr=0x0000000000000258, file= 2, line= 9
addr=0x000000000000025c, file= 2, line= 8
addr=0x0000000000000260, file= 2, line= 11
addr=0x0000000000000264, file= 2, line= 10
addr=0x0000000000000268, file= 2, line= 6
warning: same address range contains different debug info. Removing:
[0x0000000000000248 - 0x0000000000000270): Name=0x00000030
addr=0x0000000000000248, file= 2, line= 5
addr=0x0000000000000254, file= 2, line= 7
addr=0x0000000000000258, file= 2, line= 9
addr=0x000000000000025c, file= 2, line= 8
addr=0x0000000000000260, file= 2, line= 11
addr=0x0000000000000264, file= 2, line= 10
addr=0x0000000000000268, file= 2, line= 6
In favor of this one:
[0x0000000000000248 - 0x0000000000000270): Name=0x00000001
addr=0x0000000000000248, file= 1, line= 5
addr=0x0000000000000254, file= 1, line= 7
addr=0x0000000000000258, file= 1, line= 9
addr=0x000000000000025c, file= 1, line= 8
addr=0x0000000000000260, file= 1, line= 11
addr=0x0000000000000264, file= 1, line= 10
...
```
</details>
https://github.com/llvm/llvm-project/pull/122337
More information about the llvm-commits
mailing list