Skip to content

Commit

Permalink
[SOL] Register SBF asm parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Dec 3, 2021
1 parent c9316dd commit e535821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,5 @@ extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeBPFAsmParser() {
RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget());
RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget());
RegisterMCAsmParser<BPFAsmParser> Z(getTheBPFbeTarget());
RegisterMCAsmParser<BPFAsmParser> XX(getTheSBFTarget());
}

0 comments on commit e535821

Please sign in to comment.