[compiler-rt] r278210 - test commit.
Ying Yi via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 03:48:02 PDT 2016
Author: yingyi
Date: Wed Aug 10 05:48:02 2016
New Revision: 278210
URL: http://llvm.org/viewvc/llvm-project?rev=278210&view=rev
Log:
test commit.
Modified:
compiler-rt/trunk/lib/profile/InstrProfilingFile.c
Modified: compiler-rt/trunk/lib/profile/InstrProfilingFile.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingFile.c?rev=278210&r1=278209&r2=278210&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingFile.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingFile.c Wed Aug 10 05:48:02 2016
@@ -59,7 +59,7 @@ static const char *getPNSStr(ProfileName
}
#define MAX_PID_SIZE 16
-/* Data structure holding the result of parsed filename pattern. */
+/* Data structure holding the result of parsed filename pattern. */
typedef struct lprofFilename {
/* File name string possibly with %p or %h specifiers. */
const char *FilenamePat;
More information about the llvm-commits
mailing list