aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@ributzka.de>2017-08-28 23:04:38 +0000
committerJuergen Ributzka <juergen@ributzka.de>2017-08-28 23:04:38 +0000
commit1d4e04976afe52a36bf8f7c4009682d53fd4fee8 (patch)
tree391774d2499aa71cc885efa1809c4fe337ba0f1e /llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
parent4846e66fdd510349d1fbd1c60b9f882a5b3ff585 (diff)
downloadllvm-1d4e04976afe52a36bf8f7c4009682d53fd4fee8.zip
llvm-1d4e04976afe52a36bf8f7c4009682d53fd4fee8.tar.gz
llvm-1d4e04976afe52a36bf8f7c4009682d53fd4fee8.tar.bz2
Fix cmake check for futimens when deploying to earlier macOS releases.
macOS 10.13 added a new API (futimens). This API is only available on macOS 10.13 and later, but the cmake check we have in place only tests if the symbol is present and ignores the availability attribute. Luckily we have new warning for this and by making this warning an error the cmake check will return the correct result. See also rdar://problem/33992750. Differential Revision: https://reviews.llvm.org/D37027 llvm-svn: 311949
Diffstat (limited to 'llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp')
0 files changed, 0 insertions, 0 deletions