[PATCH] D46566: Add a CIE with length 0 unconditionally.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 17:38:21 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
Thanks!
================
Comment at: ELF/SyntheticSections.cpp:502
+ // classify_object_over_fdes expects there is a CIE record length 0 as a
+ // terminator. Thus we add one unconditionally.
+ Off += 4;
----------------
one -> a terminator
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46566
More information about the llvm-commits
mailing list