Commit feb2060c authored by Yingchi Long's avatar Yingchi Long
Browse files

[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
            ^
parent 95e50080
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment