[llvm-bugs] [Bug 38696] Clang-CL freezes compiling C++ file with OpenMP enabled
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 27 02:35:04 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38696
Hans Wennborg <hans at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
CC| |hans at chromium.org
--- Comment #2 from Hans Wennborg <hans at chromium.org> ---
I just tried with clang built from r340725, and that doesn't hang for me.
I used this invocation:
clang-cl src\TexturePack.cpp /c /Foa.obj /Ivendor\effolkronium\random\include
/Ivendor\NiklasRosenstein\openfx-cpp\include
/Ivendor\NiklasRosenstein\opengl-cpp\include
/Ivendor\NiklasRosenstein\nr.utils\include /Ivendor\TeamHypersomnia
/Ivendor\thinks\poisson-disk-sampling\include
/Ibuild\debug\.source-downloads\SFML-2.4.2-windows-vc14-64-bit\SFML-2.4.2\include
/Ibuild\debug\.source-downloads\glew-2.1.0-win32\glew-2.1.0\include
/Ivendor\NiklasRosenstein\openfx-headers\include\1.4
/Ibuild\debug\aixterior-plugins\plugin\cxx.embed /DSFML_STATIC /DGLEW_STATIC
/DWIN64 /DDEBUG /D_DEBUG -Xclang -fopenmp /EHsc /GR /Od /RTC1 /FC /FS /Z7
/wd4100 /MDd /std:c++latest
Maybe it got fixed? What revision of clang were you using?
--
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/20180827/7d7ac55f/attachment.html>
More information about the llvm-bugs
mailing list