Skip to content

Commit

Permalink
[Modules] Fix cyclic module dependencies in clang (llvm#102348)
Browse files Browse the repository at this point in the history
Breakup the cyclic dependency in module 'Clang_Frontend':
Clang_Frontend -> Clang_Serialization -> Clang_Frontend
  • Loading branch information
cachemeifyoucan authored Aug 7, 2024
1 parent 37ec6e5 commit 61c0a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef LLVM_CLANG_SERIALIZATION_OBJECTFILEPCHCONTAINERREADER_H
#define LLVM_CLANG_SERIALIZATION_OBJECTFILEPCHCONTAINERREADER_H

#include "clang/Frontend/PCHContainerOperations.h"
#include "clang/Serialization/PCHContainerOperations.h"

namespace clang {
/// A PCHContainerReader implementation that uses LLVM to
Expand Down

0 comments on commit 61c0a6d

Please sign in to comment.