[all-commits] [llvm/llvm-project] 13bb74: [symbolizer][NFC] Move file argument parsing into ...

Serge Pavlov via All-commits all-commits at lists.llvm.org
Tue Aug 8 23:59:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13bb74842bdabc6ae72d36f8cf5190f2fbb352b2
      https://github.com/llvm/llvm-project/commit/13bb74842bdabc6ae72d36f8cf5190f2fbb352b2
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

  Log Message:
  -----------
  [symbolizer][NFC] Move file argument parsing into separate function

The code that gets binary file name is moved to a separate function.
It makes the code of `parseCommand` cleaner and allows to reuse the
parsing code.

Differential Revision: https://reviews.llvm.org/D156978




More information about the All-commits mailing list