Fix a typo (darwin only)

llvm-svn: 270339
This commit is contained in:
Xinliang David Li 2016-05-21 23:27:18 +00:00
parent 2a99857e1a
commit 31023d3061
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ extern uint64_t
COMPILER_RT_VISIBILITY
extern ValueProfNode
VNodestart __asm("section$start$__DATA$" INSTR_PROF_VNODES_SECT_NAME_STR);
VNodesStart __asm("section$start$__DATA$" INSTR_PROF_VNODES_SECT_NAME_STR);
COMPILER_RT_VISIBILITY
extern ValueProfNode
VNodesEnd __asm("section$end$__DATA$" INSTR_PROF_VNODES_SECT_NAME_STR);