From f857a79002690c8c8b3e6639f220fdbdd1f71338 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 21 Oct 2016 10:19:37 +0000 Subject: [PATCH] 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 --- .../Inputs/libc-libcxx/sysroot/usr/include/module.modulemap | 1 - 1 file changed, 1 deletion(-) 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 * } -- 2.40.0