[PATCH] D61547: Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 11:32:02 PDT 2019
dexonsmith added a reviewer: steven_wu.
dexonsmith added a comment.
> The 3-field form was introduced by D3499 <https://reviews.llvm.org/D3499> in 2014 and the legacy 2-field
> form was planned to be removed in LLVM 4.0
Note that "remove in LLVM 4.0" was aspirational, at a time when some community members thought we'd break bitcode compatibility in 4.0, like we did in 3.0. But that didn't come to pass. Please confirm we have a test in place already that tests we do keep bitcode compatibility. I also suggest adding a release note.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61547/new/
https://reviews.llvm.org/D61547
More information about the llvm-commits
mailing list