From 343a72a24d4ea36bae20f33565cad7536cfa5c74 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Fri, 3 Sep 2021 17:40:01 +0000 Subject: [PATCH] [NFC][CSSPGO] Add end of file newline to test input On some platform (eg: AIX), diff will complain about newline. diff: Missing newline at the end of file .../llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext. --- llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext b/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext index f4ed3ae..6f6adf7 100644 --- a/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext +++ b/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext @@ -41,4 +41,4 @@ 0: 10 1: 10 _Z8funcLeafi:11 3: 24 - !Attributes: 0 \ No newline at end of file + !Attributes: 0 -- 2.7.4