summaryrefslogtreecommitdiff
path: root/test/Instrumentation
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-19 02:08:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-19 02:08:39 +0000
commit070b5745aef302b3d391840eb323ad6a3c5aa9e6 (patch)
tree5b2a2d8869cdcb9e6ace90c67e720e5a59b01bb7 /test/Instrumentation
parentf2ce8f78744fa246ca5666893212bd50a354fe6c (diff)
downloadllvm-070b5745aef302b3d391840eb323ad6a3c5aa9e6.tar.gz
llvm-070b5745aef302b3d391840eb323ad6a3c5aa9e6.tar.bz2
llvm-070b5745aef302b3d391840eb323ad6a3c5aa9e6.tar.xz
Now that llvm always does the right thing with private, use it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation')
-rw-r--r--test/Instrumentation/AddressSanitizer/instrument_global.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Instrumentation/AddressSanitizer/instrument_global.ll b/test/Instrumentation/AddressSanitizer/instrument_global.ll
index 4717277b9a..7945e816ca 100644
--- a/test/Instrumentation/AddressSanitizer/instrument_global.ll
+++ b/test/Instrumentation/AddressSanitizer/instrument_global.ll
@@ -7,6 +7,7 @@ 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