r248869 - Fix the sample profile format that breaks in test http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/505

Dehao Chen via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 18:03:10 PDT 2015


Author: dehao
Date: Tue Sep 29 20:03:10 2015
New Revision: 248869

URL: http://llvm.org/viewvc/llvm-project?rev=248869&view=rev
Log:
Fix the sample profile format that breaks in test http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/505

http://reviews.llvm.org/D13145

Modified:
    cfe/trunk/test/Frontend/Inputs/profile-sample-use-loc-tracking.prof

Modified: cfe/trunk/test/Frontend/Inputs/profile-sample-use-loc-tracking.prof
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/Inputs/profile-sample-use-loc-tracking.prof?rev=248869&r1=248868&r2=248869&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/Inputs/profile-sample-use-loc-tracking.prof (original)
+++ cfe/trunk/test/Frontend/Inputs/profile-sample-use-loc-tracking.prof Tue Sep 29 20:03:10 2015
@@ -1,2 +1,2 @@
 bar:100:100
-1: 2000
+ 1: 2000




More information about the cfe-commits mailing list