[all-commits] [llvm/llvm-project] 7d67c0: Remove unused build configurations from debugserve...

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue Oct 13 16:41:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d67c06391bba00a043c23eb6bb478484831de98
      https://github.com/llvm/llvm-project/commit/7d67c06391bba00a043c23eb6bb478484831de98
  Author: Jason Molenda <jason at molenda.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Remove unused build configurations from debugserver xcode project

the xcode project file for debugserver exists only to make my
life easier when I'm working only on debugserver and don't need
to build the rest of llvm/lldb.  It had many build configurations
to reflect our old lldb xcode project file, which is long gone.
Removing them to simplify the configurations.

Specifically dropping CustomSwift-Debug, DebugClang, DebugPresubmission,
CustomSwift-Release, BuildAndIntegration.  Keeping Debug & Release.




More information about the All-commits mailing list