diff options
author | Yingchi Long <i@lyc.dev> | 2023-12-10 18:26:22 +0800 |
---|---|---|
committer | Yingchi Long <i@lyc.dev> | 2023-12-10 18:33:00 +0800 |
commit | feb2060cc29a44a53fb4eca1271e59d4caf9ff3f (patch) | |
tree | 4344b3f97b5cf9169130934e3913d5ae0eae69b9 /.github | |
parent | 95e500808d96bece0edfedb70d9ecdf16c375656 (diff) | |
download | llvm-users/inclyc/bpf-callx-asm.zip llvm-users/inclyc/bpf-callx-asm.tar.gz llvm-users/inclyc/bpf-callx-asm.tar.bz2 |
[BPF] support indirect branch (callx) in AsmParserusers/inclyc/bpf-callx-asm
Simply mark `callx` as a valid ID, so it can be recognized.
Previously this valid asm triggers an error:
# clang local/callx.s -target bpf
local/callx.s:8:2: error: invalid register/token name
callx r1
^
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions