[clang] [llvm] [PAC][ELF][AArch64] Support signed personality function pointer (PR #113148)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 22:05:53 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-5` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/11048
<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 :: CodeGen/AArch64/ptrauth-sign-personality.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/llc -mtriple=aarch64-linux -filetype=asm /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll -o - | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/llc -mtriple=aarch64-linux -filetype=asm /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll -o -
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll
[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll:30:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: .xword __gxx_personality_v0 at AUTH(ia,32429,addr)
[0;1;32m ^
[0m[1m<stdin>:68:29: [0m[0;1;30mnote: [0m[1mscanning from here
[0mDW.ref.__gxx_personality_v0:
[0;1;32m ^
[0m[1m<stdin>:69:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m .xword __gxx_personality_v0
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/CodeGen/AArch64/ptrauth-sign-personality.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .text [0m
[0;1;30m 2: [0m[1m[0;1;46m .file "ptrauth-sign-personality.ll" [0m
[0;1;30m 3: [0m[1m[0;1;46m .globl main // -- Begin function main [0m
[0;1;30m 4: [0m[1m[0;1;46m .p2align 2 [0m
[0;1;30m 5: [0m[1m[0;1;46m .type main, at function [0m
[0;1;30m 6: [0m[1m[0;1;46mmain: // @main [0m
[0;1;30m 7: [0m[1m[0;1;46m.Lfunc_begin0: [0m
[0;1;30m 8: [0m[1m[0;1;46m .cfi_startproc [0m
[0;1;30m 9: [0m[1m[0;1;46m .cfi_personality 156, DW.ref.__gxx_personality_v0 [0m
[0;1;30m 10: [0m[1m[0;1;46m .cfi_lsda 28, .Lexception0 [0m
[0;1;30m 11: [0m[1m[0;1;46m// %bb.0: // %entry [0m
[0;1;30m 12: [0m[1m[0;1;46m str x30, [sp, #-16]! // 8-byte Folded Spill [0m
[0;1;30m 13: [0m[1m[0;1;46m .cfi_def_cfa_offset 16 [0m
[0;1;30m 14: [0m[1m[0;1;46m .cfi_offset w30, -16 [0m
[0;1;30m 15: [0m[1m[0;1;46m.Ltmp0: [0m
[0;1;30m 16: [0m[1m[0;1;46m bl foo [0m
[0;1;30m 17: [0m[1m[0;1;46m.Ltmp1: [0m
[0;1;30m 18: [0m[1m[0;1;46m.LBB0_1: // %common.ret [0m
[0;1;30m 19: [0m[1m[0;1;46m mov w0, wzr [0m
[0;1;30m 20: [0m[1m[0;1;46m ldr x30, [sp], #16 // 8-byte Folded Reload [0m
[0;1;30m 21: [0m[1m[0;1;46m ret [0m
[0;1;30m 22: [0m[1m[0;1;46m.LBB0_2: // %lpad [0m
[0;1;30m 23: [0m[1m[0;1;46m.Ltmp2: [0m
[0;1;30m 24: [0m[1m[0;1;46m b .LBB0_1 [0m
[0;1;30m 25: [0m[1m[0;1;46m.Lfunc_end0: [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/113148
More information about the llvm-commits
mailing list