[llvm-bugs] [Bug 43133] [WebAssembly] Pointer arithmetic on function pointers
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 12 16:51:30 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=43133
Heejin Ahn <aheejin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Fixed By Commit(s)| |78e87970af888bbbd5652c31f3a
| |8454e8e9dd5b8
Status|NEW |RESOLVED
--- Comment #7 from Heejin Ahn <aheejin at gmail.com> ---
We encountered a probably related problem with sqlite3's new release, which
compares a function address with constants. Fixed this by disabling offset
folding when the base is a function address. https://reviews.llvm.org/D107940
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210812/38b81838/attachment-0001.html>
More information about the llvm-bugs
mailing list