]> granicus.if.org Git - llvm/commit
[asan] Change the visibility of ___asan_globals_registered to hidden
authorKuba Mracek <mracek@apple.com>
Fri, 6 Jan 2017 22:02:58 +0000 (22:02 +0000)
committerKuba Mracek <mracek@apple.com>
Fri, 6 Jan 2017 22:02:58 +0000 (22:02 +0000)
commitdaead831a2558c0c41998a8101cabe348fe27397
tree96addb7a36cabe23bd0f4a9a80954d7b0f1d7967
parente48df7daf0589b6741b92f523da202417ead5015
[asan] Change the visibility of ___asan_globals_registered to hidden

This flag is used to track global registration in Mach-O and it doesn't need to be exported and visible.

Differential Revision: https://reviews.llvm.org/D28250

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp