[Lldb-commits] [PATCH] D11154: [Makefiles] Align library names with CMake build

Keno Fischer kfischer at college.harvard.edu
Mon Jul 13 12:37:00 PDT 2015


loladiro created this revision.
loladiro added a reviewer: labath.
loladiro added a subscriber: lldb-commits.
loladiro set the repository for this revision to rL LLVM.
Herald added subscribers: tberghammer, emaste.

This aligns the library names used by the Makefile build to be the same as those create by the CMake build to make switching between the two easier. The only major difficulty was lldbHost which was one library in the CMake system and several in the Makefile system. Most of the other changes are trivial renames.

Repository:
  rL LLVM

http://reviews.llvm.org/D11154

Files:
  lib/Makefile
  source/Host/Makefile
  source/Host/common/Makefile
  source/Host/freebsd/Makefile
  source/Host/linux/Makefile
  source/Host/macosx/Makefile
  source/Host/posix/Makefile
  source/Host/windows/Makefile
  source/Initialization/Makefile
  source/Makefile
  source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile
  source/Plugins/DynamicLoader/POSIX-DYLD/Makefile
  source/Plugins/Instruction/ARM/Makefile
  source/Plugins/Instruction/ARM64/Makefile
  source/Plugins/Instruction/MIPS/Makefile
  source/Plugins/Instruction/MIPS64/Makefile
  source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile
  source/Plugins/ObjectContainer/Universal-Mach-O/Makefile
  source/Plugins/OperatingSystem/Python/Makefile
  source/Plugins/Platform/gdb-server/Makefile
  source/Plugins/UnwindAssembly/x86/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11154.29594.patch
Type: text/x-patch
Size: 21623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150713/2fc6d1de/attachment.bin>


More information about the lldb-commits mailing list