Displaying 1 result from an estimated 1 matches for "_zts9showerror".
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...=============================
..
/* Global Variable Definitions and Initialization */
vvvvvv this is the culprit vvvvvv
struct l_struct_2E___si_class_type_info_pseudo _ZTI9showError __ATTRIBUTE_WEAK__ = { { ((signed char *)(((unsigned )(&_ZTVN10__cxxabiv120__si_class_type_infoE)) + 8u)), (&(_ZTS9showError[0])) }, ((struct opaque_0 *)(&_ZTI4File)) };
^^^^^^ this is the culprit ^^^^^^
signed char _ZTS9showError[11] __ATTRIBUTE_WEAK__ = "9showError";
..
===================================================
I'm using latest stable version (I downloadad it last week).
Also cl doesn'...