[llvm-bugs] [Bug 34104] clang segmentation fault for OpenMP target pragma

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 4 07:21:44 PST 2017


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

Jonas Hahnfeld <hahnjo at hahnjo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Jonas Hahnfeld <hahnjo at hahnjo.de> ---
This has been fixed in trunk with the introduction of support for data sharing.
Since a fix this morning, LLVM finally generates PTX code that can be compiled
by ptxas.

Linking still doesn't work because libomptarget-nvptx is missing
(https://reviews.llvm.org/D14254), but I'll close this issue as the original
problem has been resolved.

-- 
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/20171204/88837d96/attachment-0001.html>


More information about the llvm-bugs mailing list