[all-commits] [llvm/llvm-project] 2f1b99: Use rm -f to fix Windows failures from test changes

Teresa Johnson via All-commits all-commits at lists.llvm.org
Wed Sep 29 08:01:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f1b99ca67da18d858a4b070716790a8f53891d6
      https://github.com/llvm/llvm-project/commit/2f1b99ca67da18d858a4b070716790a8f53891d6
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M clang/test/Driver/clang_f_opts.c
    M lld/test/COFF/pdb-relative-source-lines.test

  Log Message:
  -----------
  Use rm -f to fix Windows failures from test changes

Try to address Windows flakes from d87bdc272ba47b7d9109ff5c7191454ab2ae6fcb
by using 'rm -f' instead of just 'rm' as discussed in D110276. For example:
http://45.33.8.238/win/46115/step_7.txt




More information about the All-commits mailing list