commit | 4617aa78279f6f862cf775f293d8238b77bacdd1 | [log] [tgz] |
---|---|---|
author | Xinliang David Li <davidxl@google.com> | Wed May 18 22:34:05 2016 +0000 |
committer | Xinliang David Li <davidxl@google.com> | Wed May 18 22:34:05 2016 +0000 |
tree | 91bbb7c0d35fffc079db102ac55cbaddd4306caa | |
parent | 61b41e07378b78cb004cd8830573d0c1e17a0d21 [diff] [blame] |
[profile] Allow max vals per site to be controllable at runtime llvm-svn: 269993
diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c index 1e75401..f18a485 100644 --- a/compiler-rt/lib/profile/InstrProfilingFile.c +++ b/compiler-rt/lib/profile/InstrProfilingFile.c
@@ -254,6 +254,8 @@ if (HasBeenRegistered) return 0; + lprofSetupValueProfiler(); + HasBeenRegistered = 1; return atexit(writeFileWithoutReturn); }