[PATCH] D86805: [lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwind

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 19 06:17:59 PDT 2020


thakis added inline comments.


================
Comment at: lld/test/MachO/tools/generate-cfi-funcs.py:21
+
+def print_function(name: str):
+  global lsda_odds
----------------
thakis wrote:
> llvm still supports python2.7 for now.
I went ahead and made the scripts 2.7-compatible in e22a4fd59de668af1cb943e23a6f4bfc93090e0f. Once we drop 2.7 support, it's hopefully easy to revert. Sorry for the trouble!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86805



More information about the llvm-commits mailing list