[all-commits] [llvm/llvm-project] 5bd33d: [MC] Pass the symbol rather than its name to onSym...
Ronak Chauhan via All-commits
all-commits at lists.llvm.org
Thu Jun 18 21:00:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5bd33de9c898c6b7e65ada2e07a3cb2cd51ebf1c
https://github.com/llvm/llvm-project/commit/5bd33de9c898c6b7e65ada2e07a3cb2cd51ebf1c
Author: Ronak Chauhan <RonakNilesh.Chauhan at amd.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
M llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
M llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[MC] Pass the symbol rather than its name to onSymbolStart()
Summary: This allows targets to also consider the symbol's type and/or address if needed.
Reviewers: scott.linder, jhenderson, MaskRay, aardappel
Reviewed By: scott.linder, MaskRay
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, aheejin, rupprecht, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D82090
More information about the All-commits
mailing list