| commit | ac4afe49e7b7d17a5b7f5e9872baccd8fb5c8a97 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <vonosmas@gmail.com> | Mon Jul 07 23:59:57 2014 +0000 |
| committer | Alexey Samsonov <vonosmas@gmail.com> | Mon Jul 07 23:59:57 2014 +0000 |
| tree | 12bd0e372ba4fd2026f8f1b27ad851e6365ffad9 | |
| parent | 28638911cd79f9808edc5f297b16403b8ff370bc [diff] |
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting code. Now CodeGenFunction is responsible for looking at sanitizer blacklist (in CodeGenFunction::StartFunction) and turning off instrumentation, if necessary. No functionality change. llvm-svn: 212501