forked from OSchip/llvm-project
[analyzer] Fixup of the module build after https://reviews.llvm.org/D53277
Adds AnalyzerOptions.def to the list of textual headers. llvm-svn: 346028
This commit is contained in:
parent
80e7e86c29
commit
b8cfcc7146
|
@ -128,6 +128,7 @@ module Clang_StaticAnalyzer_Core {
|
|||
umbrella "StaticAnalyzer/Core"
|
||||
|
||||
textual header "StaticAnalyzer/Core/Analyses.def"
|
||||
textual header "StaticAnalyzer/Core/AnalyzerOptions.def"
|
||||
textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
|
||||
textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
|
||||
textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
|
||||
|
|
Loading…
Reference in New Issue