From: Benjamin Kramer Date: Fri, 21 Oct 2016 10:19:37 +0000 (+0000) Subject: Remove non-existing file from modulemap. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f857a79002690c8c8b3e6639f220fdbdd1f71338;p=clang Remove non-existing file from modulemap. This picked up a builtin header if it happened to be available. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284815 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap b/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap index b0ebe4b732..7244cb0987 100644 --- a/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap +++ b/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap @@ -1,7 +1,6 @@ module libc [no_undeclared_includes] { module math { header "math.h" export * } module stdlib { header "stdlib.h" export * } - module stdatomic { header "stdatomic.h" export * } module stddef { header "stddef.h" export * } module stdint { header "stdint.h" export * } module stdio { header "stdio.h" export * }