http://llvm.org/bugs/show_bug.cgi?id=22012
Bug ID: 22012
Summary: Can't compile/link C++ 3.5 in 64-bit MSVC
Product: clang
Version: 3.5
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
1. Can't compile C++ 3.5 in 64-bit mode with /EHsc C option.
2. Can't compile std lib if _TRY_BEGIN... are defined in xstddef.h.
To suppress that I have to
#define _HAS_EXCEPTIONS 0
before including std headers.
3. In addition, one needs /LARGEADDRESSAWARE:NO linker option.
Suspect all those things should be reflected somehow somewhere )
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs