[PATCH] D11863: [llgo] drop use of __go_new_nopointers

Andrew Wilkins via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 06:06:16 PDT 2015


axw created this revision.
axw added a reviewer: pcc.
axw added a subscriber: llvm-commits.

__go_new_nopointers has been removed from
libgo, so we need to migrate away from it
before we can update. It was only used in
two places (via fr.createMalloc), for
converting between []byte and string. libgo
has functions for both of these, so we now
use them instead.

http://reviews.llvm.org/D11863

Files:
  irgen/runtime.go
  irgen/value.go

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11863.31577.patch
Type: text/x-patch
Size: 4305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150808/588c271d/attachment.bin>


More information about the llvm-commits mailing list