[PATCH] D98252: mapfile

Roy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 05:06:38 PST 2021


woshiccm created this revision.
Herald added a reviewer: int3.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
woshiccm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98252

Files:
  lld/MachO/Config.h


Index: lld/MachO/Config.h
===================================================================
--- lld/MachO/Config.h
+++ lld/MachO/Config.h
@@ -66,6 +66,7 @@
   uint32_t dylibCompatibilityVersion = 0;
   uint32_t dylibCurrentVersion = 0;
   llvm::StringRef installName;
+  llvm::StringRef mapFile;
   llvm::StringRef outputFile;
   llvm::StringRef ltoObjPath;
   bool demangle = false;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98252.329299.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/ec75ce28/attachment.bin>


More information about the llvm-commits mailing list