[PATCH] D25127: [ARM][LLD] .ARM.exidx support for executables/shared libraries

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 12:55:59 PDT 2016


ruiu added a comment.

Do you think you can reduce the testcase for this patch too?



> Writer.cpp:1447
> +// Ref: Exception handling ABI for the ARM architecture
> +static void SortARMExidx(uint8_t *Buf, uint64_t OutSecVA, uint64_t Size) {
> +  struct ARMExidxEntry {

Sort -> sort

https://reviews.llvm.org/D25127





More information about the llvm-commits mailing list