From d5c17f3955f3c188f0f20e905c0019d3506352b0 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 20 Jul 2017 17:20:36 +0000 Subject: [PATCH] Remove unnecessary prefix from comment lines in a .test file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308636 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-profdata/c-general.test | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/test/tools/llvm-profdata/c-general.test b/test/tools/llvm-profdata/c-general.test index ddb95d1260d..ed4e61962e4 100644 --- a/test/tools/llvm-profdata/c-general.test +++ b/test/tools/llvm-profdata/c-general.test @@ -1,13 +1,12 @@ -REGENERATE: You need a checkout of clang with compiler-rt to generate the -REGENERATE: binary file here. These shell commands can be used to regenerate -REGENERATE: it. -REGENERATE: -REGENERATE: $ SRC=path/to/llvm -REGENERATE: $ CFE=$SRC/tools/clang -REGENERATE: $ TESTDIR=$SRC/test/tools/llvm-profdata -REGENERATE: $ CFE_TESTDIR=$CFE/test/Profile -REGENERATE: $ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c -REGENERATE: $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/c-general.profraw ./a.out +You need a checkout of clang with compiler-rt to generate the +binary file here. These shell commands can be used to regenerate +it. +$ SRC=path/to/llvm +$ CFE=$SRC/tools/clang +$ TESTDIR=$SRC/test/tools/llvm-profdata +$ CFE_TESTDIR=$CFE/test/Profile +$ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c +$ LLVM_PROFILE_FILE=$TESTDIR/Inputs/c-general.profraw ./a.out RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - | FileCheck %s RUN: llvm-profdata show %p/Inputs/c-general.profraw --topn=3 -o - | FileCheck %s --check-prefix=TOPN -- 2.40.0