[all-commits] [llvm/llvm-project] ed8bff: [lld-macho] implement options -map
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Mar 18 07:39:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed8bff13dcaa123721e0117fb586c3124c03a421
https://github.com/llvm/llvm-project/commit/ed8bff13dcaa123721e0117fb586c3124c03a421
Author: caoming.roy <caoming.roy at bytedance.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M lld/MachO/CMakeLists.txt
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
A lld/MachO/MapFile.cpp
A lld/MachO/MapFile.h
M lld/MachO/Options.td
M lld/MachO/Writer.cpp
A lld/test/MachO/map-file.s
Log Message:
-----------
[lld-macho] implement options -map
Implement command-line options -map
Reviewed By: int3, #lld-macho
Differential Revision: https://reviews.llvm.org/D98323
More information about the All-commits
mailing list