[llvm-branch-commits] [llvm] [llvm-dwarfdump] Support R_AARCH64_TLS_DTPREL64 in Object/RelocationResolver.cpp (#187649) (PR #191108)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 8 21:50:51 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 129457 tests passed
* 2864 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.DebugInfo/AArch64/tls-at-location.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -O0 -mtriple=aarch64 --aarch64-emit-debug-tls-location -filetype=obj < C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\AArch64\tls-at-location.ll | c:\_work\llvm-project\llvm-project\build\bin\llvm-dwarfdump.exe - 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\AArch64\tls-at-location.ll --check-prefix=TLS --implicit-check-not=warning:
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -O0 -mtriple=aarch64 --aarch64-emit-debug-tls-location -filetype=obj
# .---command stderr------------
# | llc.exe: Unknown command line argument '--aarch64-emit-debug-tls-location'. Try: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe --help'
# | llc.exe: Did you mean '--aarch64-elf-ldtls-generation'?
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-dwarfdump.exe' -
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\AArch64\tls-at-location.ll' --check-prefix=TLS --implicit-check-not=warning:
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\AArch64\tls-at-location.ll:14:8: error: TLS: expected string not found in input
# | ; TLS: .debug_info contents:
# | ^
# | <stdin>:1:1: note: scanning from here
# | error: -: The file was not recognized as a valid object file
# | ^
# | <stdin>:1:16: note: possible intended match here
# | error: -: The file was not recognized as a valid object file
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\AArch64\tls-at-location.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: error: -: The file was not recognized as a valid object file
# | check:14'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:14'1 ? possible intended match
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/191108
More information about the llvm-branch-commits
mailing list