[Lldb-commits] [lldb] 6b84083 - [lldb][NFC] Delete unused lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 00:58:08 PST 2020


Author: Raphael Isemann
Date: 2020-01-17T09:57:44+01:00
New Revision: 6b840834cd508aa673a30074ebd4649100bc8d9a

URL: https://github.com/llvm/llvm-project/commit/6b840834cd508aa673a30074ebd4649100bc8d9a
DIFF: https://github.com/llvm/llvm-project/commit/6b840834cd508aa673a30074ebd4649100bc8d9a.diff

LOG: [lldb][NFC] Delete unused lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt

Added: 
    

Modified: 
    

Removed: 
    lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt


################################################################################
diff  --git a/lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt
deleted file mode 100644
index 62418def58f6..000000000000
--- a/lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-set(LLVM_NO_RTTI 1)
-
-add_lldb_library(lldbPluginLanguageRuntimeGo PLUGIN
-  LINK_LIBS
-    lldbBreakpoint
-    lldbCore
-    lldbSymbol
-    lldbTarget
-  LINK_COMPONENTS
-    Support
-  )


        


More information about the lldb-commits mailing list