Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clang/lib/Headers/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
}