llvm-project
feb2060c - [BPF] support indirect branch (callx) in AsmParser

Commit
2 years ago
[BPF] support indirect branch (callx) in AsmParser 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 ^
Author
Committer
Parents
Loading