[PATCH] D78217: [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 10:24:12 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-profdata/overlap.test:3
+RUN: llvm-profdata overlap -function=main %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s -check-prefixes=MAINFUNC,OVERLAP
+RUN: llvm-profdata overlap -value-cutoff=15000 %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s -check-prefixes=MAINFUNC,OVERLAP
 RUN: llvm-profdata merge %p/Inputs/overlap_1.proftext -o %t_1.profdata
----------------
You may change ` -check-prefixes=` to ` --check-prefixes=` by the way if you are going to touch these lines..


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78217/new/

https://reviews.llvm.org/D78217





More information about the llvm-commits mailing list