Skip to content

Commit

Permalink
llvm-reduce: Clean out previous test temp/output dir, since it was a …
Browse files Browse the repository at this point in the history
…dir and now it's used as just a single file

llvm-svn: 372054
  • Loading branch information
dwblaikie committed Sep 16, 2019
1 parent a458acb commit f27367c
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/Reduce/remove-args.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; Test that llvm-reduce can remove uninteresting function arguments from function definitions as well as their calls.
;
; RUN: rm -rf %t
; RUN: llvm-reduce --test %python --test-arg %p/Inputs/remove-args.py %s -o %t
; RUN: cat %t | FileCheck -implicit-check-not=uninteresting %s

1 change: 1 addition & 0 deletions llvm/test/Reduce/remove-funcs.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; Test that llvm-reduce can remove uninteresting functions as well as
; their InstCalls.
;
; RUN: rm -rf %t
; RUN: llvm-reduce --test %python --test-arg %p/Inputs/remove-funcs.py %s -o %t
; RUN: cat %t | FileCheck -implicit-check-not=uninteresting %s

1 change: 1 addition & 0 deletions llvm/test/Reduce/remove-global-vars.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; Test that llvm-reduce can remove uninteresting Global Variables as well as
; their direct uses (which in turn are replaced with 'undef').
;
; RUN: rm -rf %t
; RUN: llvm-reduce --test %python --test-arg %p/Inputs/remove-global-vars.py %s -o %t
; RUN: cat %t | FileCheck -implicit-check-not=uninteresting %s

1 change: 1 addition & 0 deletions llvm/test/Reduce/remove-metadata.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; Test that llvm-reduce can remove uninteresting metadata from an IR file.
; The Metadata pass erases named & unnamed metadata nodes.
;
; RUN: rm -rf %t
; RUN: llvm-reduce --test %python --test-arg %p/Inputs/remove-metadata.py %s -o %t
; RUN: cat %t | FileCheck -implicit-check-not=! %s

0 comments on commit f27367c

Please sign in to comment.