[all-commits] [llvm/llvm-project] c47e0e: [lldb-vscode] Use libOption with tablegen to parse...

Ivan Hernandez via All-commits all-commits at lists.llvm.org
Fri Feb 21 08:15:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c47e0e2d37d32ec56c760f1a2c9740d69c370b57
      https://github.com/llvm/llvm-project/commit/c47e0e2d37d32ec56c760f1a2c9740d69c370b57
  Author: Ivan Hernandez <ivanhernandez at google.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    A lldb/test/Shell/VSCode/TestOptions.test
    M lldb/test/Shell/helper/toolchain.py
    M lldb/tools/lldb-vscode/CMakeLists.txt
    A lldb/tools/lldb-vscode/Options.td
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  [lldb-vscode] Use libOption with tablegen to parse command line options.

This change will bring lldb-vscode in line with how several other llvm
tools process command line arguments and make it easier to add future
options.

Differential revision: https://reviews.llvm.org/D74798




More information about the All-commits mailing list