Skip to content

Commit 1202c24

Browse files
authored
[Modules] Mark CFProtectionOptions.def as a textual header because it is used for x-macro purposes. (#110780)
1 parent 1053b3e commit 1202c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module Clang_Basic {
6565
textual header "clang/Basic/BuiltinsX86.def"
6666
textual header "clang/Basic/BuiltinsX86_64.def"
6767
textual header "clang/Basic/BuiltinsXCore.def"
68+
textual header "clang/Basic/CFProtectionOptions.def"
6869
textual header "clang/Basic/CodeGenOptions.def"
6970
textual header "clang/Basic/DebugOptions.def"
7071
textual header "clang/Basic/DiagnosticOptions.def"

0 commit comments

Comments
 (0)