go-llvm / llgo

LLVM-based compiler for Go
Other
1.25k stars 81 forks source link

Don't parse runtime package #129

Closed axw closed 10 years ago

axw commented 10 years ago

Dropped parsing of the runtime package, and commented out the body of chanSelect. Also removed now-unreferenced stacksave/stackrestore and FuncResolver/ResolveFunc.

pcc commented 10 years ago

LGTM