summaryrefslogtreecommitdiff
path: root/clang/lib/Headers/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Headers/module.modulemap')
-rw-r--r--clang/lib/Headers/module.modulemap4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap
index a72828625a62..bdf5119ba460 100644
--- a/clang/lib/Headers/module.modulemap
+++ b/clang/lib/Headers/module.modulemap
@@ -329,13 +329,13 @@ module _Builtin_unwind [system] {
}
// End -fbuiltin-headers-in-system-modules affected modules
-module opencl_c {
+module opencl_c [system] {
requires opencl
header "opencl-c.h"
header "opencl-c-base.h"
}
-module ptrauth {
+module ptrauth [system] {
header "ptrauth.h"
export *
}