1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

ModuleTest.cpp - fix implicit SourceMgr.h dependency. NFC.

ModuleTest.cpp was depending on other headers to define SMDiagnostic.
This commit is contained in:
Simon Pilgrim 2020-06-23 12:20:44 +01:00
parent 7d7e3f3c18
commit 6e79cfecd3

View File

@ -12,6 +12,7 @@
#include "llvm/IR/ModuleSummaryIndex.h" #include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Pass.h" #include "llvm/Pass.h"
#include "llvm/Support/RandomNumberGenerator.h" #include "llvm/Support/RandomNumberGenerator.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include <random> #include <random>