diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-02-17 21:57:42 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-02-17 21:57:42 +0000 |
commit | 6fec509ac7b03d450176a0931e8a9b9409e5bad2 (patch) | |
tree | 823300b926ffad63d3ce264b8b41d6248cb8c505 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 7885776604c04c9426e743b5830110882284562c (diff) | |
download | llvm-6fec509ac7b03d450176a0931e8a9b9409e5bad2.zip llvm-6fec509ac7b03d450176a0931e8a9b9409e5bad2.tar.gz llvm-6fec509ac7b03d450176a0931e8a9b9409e5bad2.tar.bz2 |
Silence an MSVC warning about testing a function for truth without calling it
In general, this is a reasonable warning, except real_pthread_create is
weak and can be null. The existing usage is correct as it the function
is declared with SANITIZER_WEAK, but MSVC can't know that because it is
defined to nothing on Windows.
llvm-svn: 229562
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions