Submitted by noob men (not verified) on Fri, 04/05/2012 - 00:18.
is the export definition outdated?
_ZN4llvm11raw_ostream5writeEPKc* -> _ZN4llvm11raw_ostream5writeEPKcj
_ZN4llvm5APInt12initSlowCaseEj* -> _ZN4llvm5APInt12initSlowCaseEjyb
_ZTVN4llvm16JITEventListenerE -> _ZN4llvm16JITEventListenerD2Ev
_ZN4llvm15SmallVectorBase8grow_podE* -> _ZN4llvm15SmallVectorBase8grow_podEjj
dunno about * but gcc refuse that
and when build llvm as shared library, cling throw local_cxa_atexit symbol unresolved or something during startup. static library of llvm doesn't cause this
minor windoze build issue