[all-commits] [llvm/llvm-project] b911d2: lld/COFF: Simplify getOutputPath() using sys::path...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Oct 28 07:38:37 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b911d2db5dd85b7b69b4529fc581b3e95dba488c
      https://github.com/llvm/llvm-project/commit/b911d2db5dd85b7b69b4529fc581b3e95dba488c
  Author: Nico Weber <nicolasweber at gmx.de>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M lld/COFF/Driver.cpp
    M llvm/include/llvm/Support/Path.h

  Log Message:
  -----------
  lld/COFF: Simplify getOutputPath() using sys::path functions.

Also mention "basename" and "dirname" in Path.h since I tried
to find these functions by looking for these strings. It might
help others find them faster if the comments contain these strings.

No behavior change.

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




More information about the All-commits mailing list