diff options
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 * } |