bug fix: trim section specifier name length

llvm-svn: 270349
This commit is contained in:
Xinliang David Li 2016-05-22 01:21:21 +00:00
parent 34dc99e2c5
commit 6edd9376d4
1 changed files with 2 additions and 2 deletions

View File

@ -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 \