You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added libLLVMReset() to libLLVM.API.
- Added Reset() class method to TLLVM class, which uses libLLVMReset() to reset LLVM back to a known state.
- All the LinkXXX routines in TLLMetaLang class now call TLLVM.Reset() after calling LLDLink to clean up "dirty" global state left by LLD.
- Add RunExe class method to TLLUtils class
- Updated UTestbed until to allow you to test the dll/exe created from Test #17, which will be Tests #18, and #19 respectively
- Other misc. fixes and enhancements
0 commit comments