[libcxx-commits] [PATCH] D140313: libcxx: accept both GNU and ELF Tool Chain readelf format

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 19 09:47:36 PST 2022


emaste added inline comments.


================
Comment at: libcxx/utils/libcxx/sym_check/extract.py:184-185
+                    end = i + 1
+                if lines[i].startswith("Symbol table ("):
+                    end = i
         assert start != -1
----------------
ELF Tool Chain readelf does not (currently) emit a blank line before the heading.


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

https://reviews.llvm.org/D140313



More information about the libcxx-commits mailing list