[Lldb-commits] [lldb] r213568 - Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and Dynamic Loader

Deepak Panickal deepak at codeplay.com
Mon Jul 21 10:24:05 PDT 2014


Author: panickal
Date: Mon Jul 21 12:24:05 2014
New Revision: 213568

URL: http://llvm.org/viewvc/llvm-project?rev=213568&view=rev
Log:
Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and Dynamic Loader

Modified:
    lldb/trunk/lib/Makefile
    lldb/trunk/source/CMakeLists.txt

Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=213568&r1=213567&r2=213568&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Mon Jul 21 12:24:05 2014
@@ -35,9 +35,11 @@ USEDLIBS = lldbAPI.a \
 	lldbPluginABIMacOSX_arm64.a \
 	lldbPluginABIMacOSX_i386.a \
 	lldbPluginABISysV_x86_64.a \
+	lldbPluginABISysV_hexagon.a \
 	lldbPluginDisassemblerLLVM.a \
 	lldbPluginDynamicLoaderStatic.a \
 	lldbPluginDynamicLoaderPOSIX.a \
+	lldbPluginDynamicLoaderHexagon.a \
 	lldbPluginEmulateInstructionARM.a \
 	lldbPluginEmulateInstructionARM64.a \
 	lldbPluginLanguageRuntimeCPlusPlusItaniumABI.a \

Modified: lldb/trunk/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/CMakeLists.txt?rev=213568&r1=213567&r2=213568&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Mon Jul 21 12:24:05 2014
@@ -49,6 +49,7 @@ set( LLDB_USED_LIBS
   lldbPluginSymbolFileSymtab
   lldbPluginDynamicLoaderStatic
   lldbPluginDynamicLoaderPosixDYLD
+  lldbPluginDynamicLoaderHexagonDYLD
 
   lldbPluginObjectFileMachO
   lldbPluginObjectFileELF
@@ -78,6 +79,7 @@ set( LLDB_USED_LIBS
   lldbPluginABIMacOSX_arm64
   lldbPluginABIMacOSX_i386
   lldbPluginABISysV_x86_64
+  lldbPluginABISysV_hexagon
   lldbPluginInstructionARM
   lldbPluginInstructionARM64
   lldbPluginObjectFilePECOFF





More information about the lldb-commits mailing list