[PATCH] D131984: [MC] Don't see MCSA_NoDeadStrip on symbol aliases defined by `.set`
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 11:09:05 PDT 2022
sbc100 created this revision.
Herald added subscribers: pmatos, asb, jeroen.dobbelaere, wingo, hiraditya, jgravelle-google, dschuff.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
I noticed this because we currently use the `MCSA_NoDeadStrip` in the
emscripten toolchain to trigger the exporting of symbols.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131984
Files:
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/MachO/absolute.s
llvm/test/MC/WebAssembly/weak-alias.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131984.453077.patch
Type: text/x-patch
Size: 4761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220816/52582088/attachment.bin>
More information about the llvm-commits
mailing list