diff options
author | Kostya Serebryany <kcc@google.com> | 2016-10-11 19:36:50 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-10-11 19:36:50 +0000 |
commit | 4d25ad93f3f52ca8976b4a09959135ec42d6da03 (patch) | |
tree | ef91453bc15993e7e6656f2ba3d7315181db9b6d /llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll | |
parent | e8be3ad9b2b4c95beccdfd213a53356a7ebd12af (diff) | |
download | bcm5719-llvm-4d25ad93f3f52ca8976b4a09959135ec42d6da03.tar.gz bcm5719-llvm-4d25ad93f3f52ca8976b4a09959135ec42d6da03.zip |
[sanitizer-coverage] use private linkage for coverage guards, delete old commented-out code.
llvm-svn: 283924
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll')
-rw-r--r-- | llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll b/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll index 9dc1a995f2a..f5fa326f8fa 100644 --- a/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll +++ b/llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll @@ -9,4 +9,4 @@ entry: ret void } -; CHECK: @__sancov_guard.Foo = linkonce_odr hidden global [1 x i32] zeroinitializer, section "__sancov_guards", comdat($Foo) +; CHECK: @__sancov_guard = private global [1 x i32] zeroinitializer, section "__sancov_guards", comdat($Foo) |