Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08670c0

Browse files
cachemeifyoucancyndyishida
authored andcommitted
[Modules] Fix cyclic module dependencies in clang (llvm#102348)
Breakup the cyclic dependency in module 'Clang_Frontend': Clang_Frontend -> Clang_Serialization -> Clang_Frontend (cherry picked from commit 61c0a6d)
1 parent 0ffb249 commit 08670c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Serialization/ObjectFilePCHContainerReader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_SERIALIZATION_OBJECTFILEPCHCONTAINERREADER_H
1010
#define LLVM_CLANG_SERIALIZATION_OBJECTFILEPCHCONTAINERREADER_H
1111

12-
#include "clang/Frontend/PCHContainerOperations.h"
12+
#include "clang/Serialization/PCHContainerOperations.h"
1313

1414
namespace clang {
1515
/// A PCHContainerReader implementation that uses LLVM to

0 commit comments

Comments
 (0)