[llvm-bugs] [Bug 21047] Generating debug info for use of __uuidof as default template parameter causes an assert
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 11 05:08:17 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=21047
Nico Weber <nicolasweber at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicolasweber at gmx.de
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Nico Weber <nicolasweber at gmx.de> ---
I think this is working now. -g is no longer accepted by cc1, but I tried these
two versions (for codeview and dwarf) without problems:
bin/clang -cc1 -triple=x86_64-pc-win32 -debug-info-kind=standalone
-dwarf-version=2 -emit-llvm ~/Downloads/t.cpp -fms-compatibility
bin/clang -cc1 -triple=x86_64-pc-win32 -gcodeview -emit-llvm ~/Downloads/t.cpp
-fms-compatibility
--
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/20180511/b95a23b0/attachment.html>
More information about the llvm-bugs
mailing list