It's only useful to asan-itize profiling globals while debugging llvm's
profiling instrumentation passes. Enabling asan along with instrprof or
gcov instrumentation shouldn't incur extra overhead.
This patch is in the same spirit as r264805 and r273202, which disabled
tsan instrumentation of instrprof/gcov globals.
N.b we don't actually need to add any special logic to asan to skip
instrprof globals, because they are marked private. This patch adds a
regression test for this specific use-case.