Hi,
On 2019-07-15 20:26, Jan Korous wrote:
> Hi Mikael,
>
> Thanks for the notice.
>
> How about this?
> https://reviews.llvm.org/D64764
>
Yes that works for me!
Thanks!
Mikael
> Jan
>
>> On Jul 14, 2019, at 11:45 PM, Mikael Holmén
>> mailto:mikael.hol...@ericsson.com>> wrote:
>>
>> Hi Jan
Hi Jan,
> +elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
> + check_include_files("sys/inotify.h" HAVE_INOTIFY)
> + if(HAVE_INOTIFY)
> +list(APPEND DIRECTORY_WATCHER_SOURCES
linux/DirectoryWatcher-linux.cpp)
> +find_package(Threads REQUIRED)
> + endif()
I don't think the above is eno
Author: jkorous
Date: Fri Jul 12 13:34:10 2019
New Revision: 365954
URL: http://llvm.org/viewvc/llvm-project?rev=365954&view=rev
Log:
Reland [clang] DirectoryWatcher
This reverts commit f561227d133224d2d6a5a016abe4be051fa75501.
- DirectoryWatcher
- Fix the build for platforms that don't have DW