Skip to content

Commit

Permalink
Fix documentation for fixup_riscv_tlsdesc_load_lo12
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepi committed Jan 4, 2024
1 parent aa301e3 commit dcce101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ enum Fixups {
// auipc
fixup_riscv_tlsdesc_hi20,
// 12-bit fixup corresponding to %tlsdesc_load_lo(foo) for instructions like
// addi
// lw
fixup_riscv_tlsdesc_load_lo12,
// 12-bit fixup corresponding to %tlsdesc_add_lo(foo) for instructions like
// addi
Expand Down

0 comments on commit dcce101

Please sign in to comment.