[PATCH] D48311: [XRay] rm GLOB || true -> rm -f

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 21:53:29 PDT 2018


MaskRay created this revision.
MaskRay added a reviewer: dberris.
Herald added subscribers: Sanitizers, llvm-commits, delcypher.

`rm -f` does not write diagnostic message when there is no file argument.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48311

Files:
  test/xray/TestCases/Posix/arg1-arg0-logging.cc
  test/xray/TestCases/Posix/arg1-logger.cc
  test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
  test/xray/TestCases/Posix/basic-filtering.cc
  test/xray/TestCases/Posix/c-test.cc
  test/xray/TestCases/Posix/fdr-mode-inmemory.cc
  test/xray/TestCases/Posix/fdr-mode.cc
  test/xray/TestCases/Posix/fdr-single-thread.cc
  test/xray/TestCases/Posix/logging-modes.cc
  test/xray/TestCases/Posix/pic_test.cc
  test/xray/TestCases/Posix/profiling-multi-threaded.cc
  test/xray/TestCases/Posix/profiling-single-threaded.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48311.151851.patch
Type: text/x-patch
Size: 8896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180619/3042858c/attachment.bin>


More information about the llvm-commits mailing list