forked from OSchip/llvm-project
[MCA] Hot fix for -Wmismatched-tags errors on mca::SourceMgr
Hot fix for -Wmismatched-tags build errors regarding mca::SourceMgr
changes introduced in 97579dcc6d
.
This commit is contained in:
parent
b847692ed8
commit
87805d6a24
|
@ -60,7 +60,7 @@ class TargetOptions;
|
|||
namespace mca {
|
||||
class CustomBehaviour;
|
||||
class InstrPostProcess;
|
||||
class SourceMgr;
|
||||
struct SourceMgr;
|
||||
} // namespace mca
|
||||
|
||||
MCStreamer *createNullStreamer(MCContext &Ctx);
|
||||
|
|
Loading…
Reference in New Issue