Reply to comment

minor windoze build issue

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

Reply

The content of this field is kept private and will not be shown publicly.