diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-21 10:19:37 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-21 10:19:37 +0000 |
commit | ae8de9bc75926fa4a366fe41388d47df2919cff5 (patch) | |
tree | 61da8fe91eff886c252b4fef11fc91571142df97 /clang/test/Modules/Inputs/libc-libcxx/sysroot/usr | |
parent | 9fcd605d1e3d847adb57f926a89138368f61c306 (diff) | |
download | bcm5719-llvm-ae8de9bc75926fa4a366fe41388d47df2919cff5.tar.gz bcm5719-llvm-ae8de9bc75926fa4a366fe41388d47df2919cff5.zip |
Remove non-existing file from modulemap.
This picked up a builtin header if it happened to be available.
llvm-svn: 284815
Diffstat (limited to 'clang/test/Modules/Inputs/libc-libcxx/sysroot/usr')
-rw-r--r-- | clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap b/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap index b0ebe4b732e..7244cb0987e 100644 --- a/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap +++ b/clang/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 * } |