[compiler-rt] 3944d3d - [Tests] Removed debug copy command

Dávid Bolvanský via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 11:21:34 PDT 2020


Author: Dávid Bolvanský
Date: 2020-08-13T20:21:19+02:00
New Revision: 3944d3df4f062db1e1fb1deab24e4c40bd5c8095

URL: https://github.com/llvm/llvm-project/commit/3944d3df4f062db1e1fb1deab24e4c40bd5c8095
DIFF: https://github.com/llvm/llvm-project/commit/3944d3df4f062db1e1fb1deab24e4c40bd5c8095.diff

LOG: [Tests] Removed debug copy command

Added: 
    

Modified: 
    compiler-rt/test/profile/Linux/counter_promo_for.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/Linux/counter_promo_for.c b/compiler-rt/test/profile/Linux/counter_promo_for.c
index 7cab70b08773..464c97cb7dd3 100644
--- a/compiler-rt/test/profile/Linux/counter_promo_for.c
+++ b/compiler-rt/test/profile/Linux/counter_promo_for.c
@@ -2,7 +2,7 @@
 // RUN: rm -fr %t.nopromo.prof
 // RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen -O2 %s
 // RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen.ll -emit-llvm -S -O2 %s
-// RUN: cp %t.promo.gen.ll /tmp/d.txt ; cat %t.promo.gen.ll | FileCheck --check-prefix=PROMO %s
+// RUN: cat %t.promo.gen.ll | FileCheck --check-prefix=PROMO %s
 // RUN: %run %t.promo.gen
 // RUN: llvm-profdata merge -o %t.promo.profdata %t.promo.prof/
 // RUN: llvm-profdata show --counts --all-functions %t.promo.profdata  > %t.promo.dump


        


More information about the llvm-commits mailing list