[llvm-bugs] [Bug 31224] lld produces broken executable with CUDA

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 13 08:59:47 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=31224

Orivej Desh <orivej at gmx.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
                 CC|                            |orivej at gmx.fr

--- Comment #10 from Orivej Desh <orivej at gmx.fr> ---
This bug is not fixed yet. Here is an example of a constructor like those used
by CUDA that is not called when linked with LLD:
https://gist.github.com/orivej/29b9834e4621f2c69bfddf0bfc1baa1f
In this example main.ld is stopped with "Trace/breakpoint trap", but main.lld
finishes without calling ctor.

-- 
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/20170713/c88b7ee7/attachment.html>


More information about the llvm-bugs mailing list