[PATCH] D78217: [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 02:49:32 PDT 2020
grimar marked 2 inline comments as done.
grimar 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
----------------
MaskRay wrote:
> You may change ` -check-prefixes=` to ` --check-prefixes=` by the way if you are going to touch these lines..
Will do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78217/new/
https://reviews.llvm.org/D78217
More information about the llvm-commits
mailing list