[llvm-dev] DirectoryWatcher causing build failures on Redhat linux with kernel version 2.6.32
Ranjeet Singh via llvm-dev
llvm-dev at lists.llvm.org
Mon Jul 15 03:56:08 PDT 2019
Hi Jan,
our builds have been failing on Redhat linux kernel version 2.6.32 with the following error:
2019.07.15 11:10:28 ../llvm/tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp:335:47: error: 'IN_EXCL_UNLINK' was not declared in this scope
2019.07.15 11:10:28 IN_CREATE | IN_DELETE | IN_DELETE_SELF | IN_EXCL_UNLINK | IN_MODIFY |
this is because of the patch https://reviews.llvm.org/rG77dd8a79286d2fff94c765f787d7f7debb2a10c4 which adds this code in. We build on a platform that uses the linux kernel version 2.6.32 which doesn't have the IN_EXCL_UNLINK feature, could you please take a look ?
Thanks,
Ranjeet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190715/ab5e6245/attachment.html>
More information about the llvm-dev
mailing list