diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-04-27 13:51:22 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-04-27 13:53:44 +0200 |
commit | 8d15e222da24e5d3b284d0df4c72b3f0bdf76a9b (patch) | |
tree | a667eedc82df50bd59f731292fe08568b6c1b2a9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d9e174dbf766bb271aeba79f265e766ff31ef9f2 (diff) | |
download | llvm-8d15e222da24e5d3b284d0df4c72b3f0bdf76a9b.zip llvm-8d15e222da24e5d3b284d0df4c72b3f0bdf76a9b.tar.gz llvm-8d15e222da24e5d3b284d0df4c72b3f0bdf76a9b.tar.bz2 |
Fix modules build after introduction of PassSupport.h include check
D78815 added a check that ensures that PassSupport.h and PassAnalysisSupport.h
aren't included directly. However, as compiling this header into a module will
try to parse it with a clean preprocessor state, this check is also triggered
there. The check seems to make sense and it seems that compiling this header
into its own module is a mistake, so this patch makes those two headers
textual in the modulemap.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions