Re: [Lldb-commits] [lldb] r249456 - Create GoLanguageRuntime.

2015-10-06 Thread Zachary Turner via lldb-commits
Have you added any tests for any of the Go functionality yet? If you have an AST Context, I assume there's at least some way to exercise some of this functionality, in which case it seems like there should be some tests. maybe you've already been keeping up with this, just want to make sure. On

[Lldb-commits] [lldb] r249456 - Create GoLanguageRuntime.

2015-10-06 Thread Ryan Brown via lldb-commits
Author: ribrdb Date: Tue Oct 6 15:29:31 2015 New Revision: 249456 URL: http://llvm.org/viewvc/llvm-project?rev=249456&view=rev Log: Create GoLanguageRuntime. GoLanguageRuntime supports finding the runtime type for Go interfaces. Modified: lldb/trunk/cmake/LLDBDependencies.cmake lldb/tru