[Fuzzer] Guard no_sanitize_memory attributes behind __has_feature.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 18 Mar 2016 14:19:19 +0000 (14:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 18 Mar 2016 14:19:19 +0000 (14:19 +0000)
commitd96b0c14fbd9932015c15737ca215f58ac3fe1b5
tree1059824ad1d5d74d9af2cd6ab4476bb2de0983d3
parent902b61ed04200d9b0f20758a8bd92c547c734950
[Fuzzer] Guard no_sanitize_memory attributes behind __has_feature.

Otherwise GCC fails to build it because it doesn't know the attribute.

llvm-svn: 263787
llvm/lib/Fuzzer/FuzzerLoop.cpp