forked from OSchip/llvm-project
cc0d7eeb6d
The naming scheme we're using for counters in profile data shares a prefix with some fixed names we use for the runtime, notably __llvm_profile_data_begin and _end. Embarrassingly, this means a function called begin() can't be instrumented. This modifies the runtime names so as not to collide with the instrumentation. llvm-svn: 217166 |
||
---|---|---|
.. | ||
Inputs | ||
CMakeLists.txt | ||
instrprof-basic.c | ||
instrprof-dlopen.test | ||
instrprof-dynamic-one-shared.test | ||
instrprof-dynamic-two-shared.test | ||
instrprof-reset-counters.c | ||
instrprof-set-filename.c | ||
instrprof-without-libc.c | ||
instrprof-write-file-atexit-explicitly.c | ||
instrprof-write-file-only.c | ||
instrprof-write-file.c | ||
lit.cfg | ||
lit.site.cfg.in |