mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 12:51:16 +00:00
Fix definition of __has_feature in r227263
llvm-svn: 227264
This commit is contained in:
parent
5a4ee414d8
commit
9ec188db33
@ -6,7 +6,7 @@
|
||||
# include <new>
|
||||
|
||||
#ifndef __has_feature
|
||||
# define __has_feature(x)
|
||||
# define __has_feature(x) 0
|
||||
#endif
|
||||
|
||||
#if __has_feature(address_sanitizer) \
|
||||
|
Loading…
Reference in New Issue
Block a user