Skip to content

Commit

Permalink
ModuleTest.cpp - fix implicit SourceMgr.h dependency. NFC.
Browse files Browse the repository at this point in the history
ModuleTest.cpp was depending on other headers to define SMDiagnostic.
  • Loading branch information
RKSimon committed Jun 23, 2020
1 parent cdceef4 commit 2013be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/unittests/IR/ModuleTest.cpp
Expand Up @@ -12,6 +12,7 @@
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Pass.h"
#include "llvm/Support/RandomNumberGenerator.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h"

#include <random>
Expand Down

0 comments on commit 2013be4

Please sign in to comment.