[all-commits] [llvm/llvm-project] ded44e: [Reproducer] Use ::rtrim() to remove trailing cont...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Oct 18 10:10:41 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ded44e220f6ce15258663a0353cccc188211f1d7
      https://github.com/llvm/llvm-project/commit/ded44e220f6ce15258663a0353cccc188211f1d7
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M lldb/source/Initialization/SystemInitializerCommon.cpp

  Log Message:
  -----------
  [Reproducer] Use ::rtrim() to remove trailing control characters.

Pavel correctly pointed out that removing all control characters from
the working directory is overkill. It should be sufficient to just strip
the last ones.

llvm-svn: 375259




More information about the All-commits mailing list