[PATCH] D79570: [MC] Fix PR45805: infinite recursion in assembler
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 08:01:53 PDT 2020
thopre updated this revision to Diff 263436.
thopre added a comment.
Record whether a fragment is being laid out in the fragment itself to avoid a mutable field in MCAsmLayout
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79570/new/
https://reviews.llvm.org/D79570
Files:
llvm/include/llvm/MC/MCAsmLayout.h
llvm/include/llvm/MC/MCFragment.h
llvm/lib/MC/MCAssembler.cpp
llvm/lib/MC/MCExpr.cpp
llvm/lib/MC/MCFragment.cpp
llvm/test/MC/AsmParser/layout-interdependency.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79570.263436.patch
Type: text/x-patch
Size: 4755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200512/fdf69871/attachment.bin>
More information about the llvm-commits
mailing list