Skip to content

DirectoryWatcher-linux.cpp fails to build on SLES11 #42169

@llvmbot

Description

@llvmbot
Bugzilla Link 42824
Resolution FIXED
Resolved on Aug 06, 2019 01:23
Version 9.0
OS Windows NT
Blocks #41819
Reporter LLVM Bugzilla Contributor
CC @zmodem,@jkorous-apple,@zygoloid

Extended Description

IN_EXCL_UNLINK is supported by this kernel (3.0.101-108.77-default) but the symbol's not provided.

SLES11 has glibc-devel-2.11.3-17.110.19.2

9.0 rc1 clang build fails like so:

/local/mnt/workspace/bcain_0721/llvm/utils/release/rc1/llvm.src/tools/clang/lib/DirectoryWatcher
/linux/DirectoryWatcher-linux.cpp:339:9: error: use of undeclared identifier 'IN_EXCL_UNLINK'
| IN_EXCL_UNLINK

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions