diff options
author | Sam Clegg <sbc@chromium.org> | 2022-08-30 04:09:44 -0700 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2022-08-31 14:28:56 -0700 |
commit | c5c4ba37b19e14f3f4c9c1bf950d46e90602c084 (patch) | |
tree | 2bff7e182cfcce9d34663a29a185edc02fe70d24 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | f328922f55fe62a587a3ec0cd7253861cadba85e (diff) | |
download | llvm-c5c4ba37b19e14f3f4c9c1bf950d46e90602c084.zip llvm-c5c4ba37b19e14f3f4c9c1bf950d46e90602c084.tar.gz llvm-c5c4ba37b19e14f3f4c9c1bf950d46e90602c084.tar.bz2 |
[WebAssembly][MC] Avoid the need for .size directives for functions
Warn if `.size` is specified for a function symbol. The size of a
function symbol is determined solely by its content.
I noticed this simplification was possible while debugging #57427, but
this change doesn't fix that specific issue.
Differential Revision: https://reviews.llvm.org/D132929
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions