[libcxx-commits] [libcxx] [libcxx] Support ABI symbol sizes on macOS (PR #75623)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 30 10:26:59 PST 2024


================
@@ -29,6 +29,13 @@ def main(argv):
     parser.add_argument(
         "library", metavar="LIB", type=str, help="The library to extract symbols from."
     )
+    parser.add_argument(
+        "-m",
+        "--mapfile",
+        dest="mapfile",
+        default=None,
+        help="The name of the mapfile that contains supplementary information about symbols. (optional)",
----------------
hawkinsw wrote:

Great idea!

https://github.com/llvm/llvm-project/pull/75623


More information about the libcxx-commits mailing list