[all-commits] [llvm/llvm-project] 1ce51a: [ELF] --cref: If -Map is specified, print to the m...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Nov 29 14:15:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ce51a5f355ffba72b01e5e688cda7bbba2aa282
https://github.com/llvm/llvm-project/commit/1ce51a5f355ffba72b01e5e688cda7bbba2aa282
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M lld/ELF/MapFile.cpp
M lld/ELF/MapFile.h
M lld/ELF/Options.td
M lld/ELF/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/docs/ld.lld.1
M lld/test/ELF/cref.s
Log Message:
-----------
[ELF] --cref: If -Map is specified, print to the map file
PR48282: This behavior matches GNU ld and gold.
Reviewed By: markj
Differential Revision: https://reviews.llvm.org/D114663
More information about the All-commits
mailing list