[PATCH] [llgo] Introduce llgoi, a REPL for Go

Chandler Carruth chandlerc at google.com
Mon Jan 19 02:18:43 PST 2015


Replying here as apparantly these commits aren't going to any commit list I
can find...

This breaks the cmake build for me. I get errors from linking llgoi:

libLLVMMCJIT.a(MCJIT.cpp.o):../lib/ExecutionEngine/MCJIT/MCJIT.cpp:function
llvm::LinkingMemoryManager::getSymbolAddress(std::string const&): error:
undefined reference to 'std::__throw_out_of_range_fmt(char const*, ...)'

(and a few related errors)

Any idea what's up?

On Wed, Jan 14, 2015 at 8:14 PM, Peter Collingbourne <peter at pcc.me.uk>
wrote:

> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D6957
>
> Files:
>   llgo/trunk/CMakeLists.txt
>   llgo/trunk/cmd/llgoi/isatty_posix.go
>   llgo/trunk/cmd/llgoi/llgoi.go
>   llgo/trunk/test/CMakeLists.txt
>   llgo/trunk/test/lit.cfg
>   llgo/trunk/test/llgoi/Inputs/src/bar/answer.go
>   llgo/trunk/test/llgoi/Inputs/src/foo/answer.go
>   llgo/trunk/test/llgoi/Inputs/src/foo_cgo/answer.go
>   llgo/trunk/test/llgoi/arith.test
>   llgo/trunk/test/llgoi/import-binary.test
>   llgo/trunk/test/llgoi/import-source.test
>   llgo/trunk/test/llgoi/interfaces.test
>   llgo/trunk/test/llgoi/maps.test
>   llgo/trunk/test/llgoi/panic.test
>   llgo/trunk/test/llgoi/vars.test
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150119/4d76145c/attachment.html>


More information about the llvm-commits mailing list