[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: Linux-->
# :penguin: Linux x64 Test Results

* 168048 tests passed
* 2993 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
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -O0 -mtriple=aarch64 --aarch64-emit-debug-tls-location -filetype=obj < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/DebugInfo/AArch64/tls-at-location.ll      | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump - 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/DebugInfo/AArch64/tls-at-location.ll --check-prefix=TLS --implicit-check-not=warning:
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -O0 -mtriple=aarch64 --aarch64-emit-debug-tls-location -filetype=obj
# .---command stderr------------
# | llc: Unknown command line argument '--aarch64-emit-debug-tls-location'.  Try: '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc --help'
# | llc: Did you mean '--aarch64-elf-ldtls-generation'?
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump -
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/DebugInfo/AArch64/tls-at-location.ll --check-prefix=TLS --implicit-check-not=warning:
# .---command stderr------------
# | /home/gha/actions-runner/_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: /home/gha/actions-runner/_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