go-llvm / llgo

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

Replace '.' character with '_' in package path mangling #218

Closed pcc closed 9 years ago

pcc commented 9 years ago

Without this change, LLVM will confuse functions in package paths that begin with 'llvm.', such as the new location of the LLVM bindings, with intrinsics.

axw commented 9 years ago

LGTM.