mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-01 14:46:26 +00:00
[tsan] Fix build.
llvm-svn: 184963
This commit is contained in:
parent
05b04cf3a5
commit
0b2ffe30e4
@ -126,7 +126,7 @@ uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
|
||||
if (g_ctx->Match(loc->name, stype, &s) ||
|
||||
g_ctx->Match(loc->file, stype, &s) ||
|
||||
g_ctx->Match(loc->module, stype, &s)) {
|
||||
DPrintf("ThreadSanitizer: matched suppression '%s'\n", templ);
|
||||
DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ);
|
||||
s->hit_count++;
|
||||
*sp = s;
|
||||
return loc->addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user