[all-commits] [llvm/llvm-project] cc2da5: [lld][WebAssembly] Add initial support for -Map/--...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Sat Sep 12 16:13:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc2da5554b5ee5d5939222af263699a9d0bf2049
https://github.com/llvm/llvm-project/commit/cc2da5554b5ee5d5939222af263699a9d0bf2049
Author: Sam Clegg <sbc at chromium.org>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M lld/test/ELF/map-file.s
M lld/test/wasm/early-exit-for-bad-paths.s
A lld/test/wasm/map-file.s
M lld/wasm/CMakeLists.txt
M lld/wasm/Config.h
M lld/wasm/Driver.cpp
M lld/wasm/InputChunks.h
A lld/wasm/MapFile.cpp
A lld/wasm/MapFile.h
M lld/wasm/Options.td
M lld/wasm/OutputSections.cpp
M lld/wasm/OutputSections.h
M lld/wasm/Symbols.h
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld][WebAssembly] Add initial support for -Map/--print-map
Differential Revision: https://reviews.llvm.org/D77187
More information about the All-commits
mailing list