[clang] Avoid linking libdl unless needed
[llvm-project.git] / libc / src / .clang-tidy
blob29f78fdfbcbaed0deb25d28568615e482a2efb97
1 Checks: '-*,llvmlibc-*'
2 HeaderFilterRegex: '.*'
3 WarningsAsErrors: 'llvmlibc-*'
4 CheckOptions:
5   - key:             llvmlibc-restrict-system-libc-headers.Includes
6     value:           '-*, linux/*, asm/*.h, asm-generic/*.h'