summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-29 17:43:24 +0000
committerKostya Serebryany <kcc@google.com>2016-09-29 17:43:24 +0000
commita9b0dd0e5138aa0c48047bcbd75c9ee76767d11f (patch)
treeb8f486257b40915c9854fdd4a8ed6aa3c170c12a /llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
parentba72b95f7bf2e3ea7fc49fa282c694ecf9f4fb62 (diff)
downloadbcm5719-llvm-a9b0dd0e5138aa0c48047bcbd75c9ee76767d11f.tar.gz
bcm5719-llvm-a9b0dd0e5138aa0c48047bcbd75c9ee76767d11f.zip
[sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals
llvm-svn: 282735
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll b/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
index f718af53644..9dc1a995f2a 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
@@ -9,5 +9,4 @@ entry:
ret void
}
-; CHECK: @__sancov_guard.Foo = linkonce_odr global i64 0, section "__sancov_guards", comdat($Foo)
-
+; CHECK: @__sancov_guard.Foo = linkonce_odr hidden global [1 x i32] zeroinitializer, section "__sancov_guards", comdat($Foo)
OpenPOWER on IntegriCloud