[llvm-bugs] [Bug 45645] Using --relocatable with mismatching function signatures crashes
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 28 15:51:20 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45645
Heejin Ahn <aheejin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #9 from Heejin Ahn <aheejin at gmail.com> ---
@Sam
The context was, this bug was reported in
https://bugs.llvm.org/show_bug.cgi?id=45461#c15. And the test case here was
reduced by me, and my reduced test case here now compiles with your fix, so I
assumed it also fixed Olgierd's bug, but apparently not. Sorry for that.
I reproduced his problem. His test case here was a bit cumbersome to try out,
so I made it a single compressed file, but this exceeds 1MB so I had to upload
in my Dropbox. The link is below.
https://www.dropbox.com/s/c9dc5w3kp3iamk6/sources.tar.gz?dl=0
After downloading this file, to reproduce the problem,
tar xf sources.tar.gz
cd sources
CPPFLAGS=-IFMI2 emconfigure ./configure
emmake make
--
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/20200428/f4e3b7f0/attachment.html>
More information about the llvm-bugs
mailing list