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

Andrew Wilkins axwalk at gmail.com
Wed Jan 28 01:07:02 PST 2015


On Mon Jan 19 2015 at 18:18:43 Chandler Carruth <chandlerc at google.com>
wrote:

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

Sorry for the very late reply.

llgo commits are just going to llvm-commits for now.

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?
>

I don't know why that would be; is this still the case? FWIW, I'm not
having any issues at rev 226097, apart from the debug metadata issue that
http://reviews.llvm.org/D7222 takes care of.

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/20150128/c67055b4/attachment.html>


More information about the llvm-commits mailing list