]> granicus.if.org Git - clang/commitdiff
Remove non-existing file from modulemap.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Oct 2016 10:19:37 +0000 (10:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Oct 2016 10:19:37 +0000 (10:19 +0000)
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

test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap

index b0ebe4b732ef97ab4b61d4e08bbf1ab48984aa0a..7244cb0987e7d6f130626a13da4aed9bd8edc4ad 100644 (file)
@@ -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 * }