Fix definition of __has_feature in r227263

llvm-svn: 227264
This commit is contained in:
Eric Fiselier 2015-01-27 23:05:41 +00:00
parent 5a4ee414d8
commit 9ec188db33
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# include <new>
#ifndef __has_feature
# define __has_feature(x)
# define __has_feature(x) 0
#endif
#if __has_feature(address_sanitizer) \