[PATCH] D106703: [libunwind] adds a way to synthesise libgcc

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 13:50:16 PDT 2021


MaskRay added inline comments.


================
Comment at: libunwind/gcc_s-armv7a.ver:105
+  _Unwind_VRS_Set;
+  __aeabi_cdcmpeq;
+  __aeabi_cdcmple;
----------------
You may place more symbols on one line if that can improve readability.

Perhaps some comments as well.




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106703/new/

https://reviews.llvm.org/D106703



More information about the llvm-commits mailing list