Fix linking for some users who already have tsan enabled code and are trying to
authorNick Lewycky <nicholas@mxc.ca>
Tue, 15 Nov 2011 00:14:04 +0000 (00:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 15 Nov 2011 00:14:04 +0000 (00:14 +0000)
commitec381a4183f70122305f810c6b11b8f0e3bf83c0
tree662b078e2368794cc38cff1b66b7170986d6d320
parentdd47e0b5d4850fede4b2581c41f1e0a5eff5f05a
Fix linking for some users who already have tsan enabled code and are trying to
link it against llvm code, by making our definitions weak. "Some users."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144596 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Support/Valgrind.cpp