v0.8.6
highlights:
- support goroutine
- support defer
features:
- goroutine (#254 #255 #256)
- defer (#261 #262 #263 #264 #273)
- cl/blocks (#273)
- llgo/ssa: memory (malloc/free) (#255)
- llgo/ssa: Do Call/Go/Defer (#251)
- llgo/ssa: Builtin (#257)
- llgo/ssa: IfThen/RunDefers/EndBuild (#261)
- llgo/ssa: DeferAlways/DeferInCond/DeferInLoop (#263)
- llgo/ssa: MakeInterface check abi.KindDirectIface (#258)
- build: support pkg-config and link args (#269)
changes: