llvm-like naming of __heap_base, definition fixes, update examples

This commit is contained in:
dcode
2019-06-01 01:14:04 +02:00
parent b19005f5bb
commit e65d875ebc
81 changed files with 3135 additions and 1995 deletions

View File

@ -1,2 +1,2 @@
export { __alloc, __retain, __release, __collect } from "rt/stub";
export { RTTI_BASE as __rtti } from "rt";
export { __rtti_base } from "rt";