diff options
author | Ryan Brown <ribrdb@google.com> | 2015-10-06 20:29:31 +0000 |
---|---|---|
committer | Ryan Brown <ribrdb@google.com> | 2015-10-06 20:29:31 +0000 |
commit | 07a1c459f2631f2ad3e95d4becc0cd38af6a9be4 (patch) | |
tree | ce9b15c82dd9ec14d103567ec971b4625f2a9c46 /lldb/source/Plugins | |
parent | 2afea5438f924af932cf62e39daa4a06e298fb37 (diff) | |
download | bcm5719-llvm-07a1c459f2631f2ad3e95d4becc0cd38af6a9be4.tar.gz bcm5719-llvm-07a1c459f2631f2ad3e95d4becc0cd38af6a9be4.zip |
Create GoLanguageRuntime.
GoLanguageRuntime supports finding the runtime type for Go interfaces.
llvm-svn: 249456
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r-- | lldb/source/Plugins/LanguageRuntime/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt index c62791445a9..66b17a4af22 100644 --- a/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt +++ b/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt @@ -1,3 +1,4 @@ add_subdirectory(CPlusPlus) add_subdirectory(ObjC) +add_subdirectory(Go) add_subdirectory(RenderScript) |