summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfData.inc
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-22 01:21:31 +0000
committerXinliang David Li <davidxl@google.com>2016-05-22 01:21:31 +0000
commit2ce1c18a9d30994f0992b3a4bc54250292995393 (patch)
tree1fc83260a180a6d69c7ca601a42fd6d9c572ebf3 /lib/profile/InstrProfData.inc
parentbad609b4bb88292322fc067ddcb158640bddc710 (diff)
bug fix: trim section specifier name length
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfData.inc')
-rw-r--r--lib/profile/InstrProfData.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc
index fd318c04d..75d7702ce 100644
--- a/lib/profile/InstrProfData.inc
+++ b/lib/profile/InstrProfData.inc
@@ -600,9 +600,9 @@ ValueProfData *serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
/* Array of pointers. Each pointer points to a list
* of value nodes associated with one value site.
*/
-#define INSTR_PROF_VALS_SECT_NAME __llvm_prf_values
+#define INSTR_PROF_VALS_SECT_NAME __llvm_prf_vals
/* Value profile nodes section. */
-#define INSTR_PROF_VNODES_SECT_NAME __llvm_prf_vnodes
+#define INSTR_PROF_VNODES_SECT_NAME __llvm_prf_vnds
#define INSTR_PROF_COVMAP_SECT_NAME __llvm_covmap
#define INSTR_PROF_DATA_SECT_NAME_STR \