[llvm-bugs] [Bug 26042] Crash when compiling from Visual C++ 2015 using v140_Clang_3_7 PlatformToolset

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 12 09:23:07 PST 2016


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This is Microsoft's version of Clang that uses C2 codegen, which we don't
support. See the text "clang with Microsoft CodeGen version 3.7.0" in the
output.

If you can reproduce the crash with an open source version of clang, we might
be able to take action on the crash, but as is, this is not an actionable bug
report for us.

If this source code is not proprietary, consider attaching the preprocessed
source code mentioned here:
1>  PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
11>  Preprocessed source(s) and associated run script(s) are located at:
11>  clang.exe: note: diagnostic msg:
C:\Users\ggiraud\AppData\Local\Temp\sensors_logger-d98353.cpp
11>  clang.exe: note: diagnostic msg:
C:\Users\ggiraud\AppData\Local\Temp\sensors_logger-d98353.sh

-- 
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/20160112/18b14578/attachment.html>


More information about the llvm-bugs mailing list