[PATCH] D52985: [mips][micromips] Fix how values in .gcc_except_table are calculated
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 11:39:15 PDT 2023
MaskRay added a comment.
Herald added projects: LLVM, All.
The patch special cased `.uleb128 A-B` for both direct object file emission and assembling, but changing assembling is not correct.
GNU assembler does not special case `.uleb128 A-B` to set the least significant bit.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52985/new/
https://reviews.llvm.org/D52985
More information about the llvm-commits
mailing list