summaryrefslogtreecommitdiff
path: root/test/Instrumentation
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-19 15:49:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-19 15:49:46 +0000
commit3e0d3a45e57237e8029f696faa801618d87a4259 (patch)
tree0e2c668bbfa2e5822cc6c5a6b1b3c7519f424b0b /test/Instrumentation
parent210edf55593dd88ff88b8d029243537452401b29 (diff)
downloadllvm-3e0d3a45e57237e8029f696faa801618d87a4259.tar.gz
llvm-3e0d3a45e57237e8029f696faa801618d87a4259.tar.bz2
llvm-3e0d3a45e57237e8029f696faa801618d87a4259.tar.xz
This reverts commit r201625 and r201624.
Since r201608 got reverted, it is not safe to use private linkage in these cases until it is committed back. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation')
-rw-r--r--test/Instrumentation/AddressSanitizer/instrument_global.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Instrumentation/AddressSanitizer/instrument_global.ll b/test/Instrumentation/AddressSanitizer/instrument_global.ll
index 7945e816ca..4717277b9a 100644
--- a/test/Instrumentation/AddressSanitizer/instrument_global.ll
+++ b/test/Instrumentation/AddressSanitizer/instrument_global.ll
@@ -7,7 +7,6 @@ target triple = "x86_64-unknown-linux-gnu"
; module ctor/dtor
; CHECK: llvm.global_ctors
-; CHECK: @__asan_gen_ = private constant [8 x i8] c"<stdin>\00", align 1
; CHECK: llvm.global_dtors
; Test that we don't instrument global arrays with static initializer