[llvm] 343a72a - [NFC][CSSPGO] Add end of file newline to test input

Jinsong Ji via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 10:42:51 PDT 2021


Author: Jinsong Ji
Date: 2021-09-03T17:42:32Z
New Revision: 343a72a24d4ea36bae20f33565cad7536cfa5c74

URL: https://github.com/llvm/llvm-project/commit/343a72a24d4ea36bae20f33565cad7536cfa5c74
DIFF: https://github.com/llvm/llvm-project/commit/343a72a24d4ea36bae20f33565cad7536cfa5c74.diff

LOG: [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.

Added: 
    

Modified: 
    llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext b/llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext
index f4ed3aeb1794e..6f6adf7493bb1 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


        


More information about the llvm-commits mailing list