[all-commits] [llvm/llvm-project] 3306fe: [unittests] Add InitializePasses.h includes
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Nov 13 19:43:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3306fe10fabbd4d136457f1fc62ded26cd260719
https://github.com/llvm/llvm-project/commit/3306fe10fabbd4d136457f1fc62ded26cd260719
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M llvm/unittests/Analysis/AliasAnalysisTest.cpp
M llvm/unittests/Analysis/CFGTest.cpp
M llvm/unittests/Analysis/UnrollAnalyzerTest.cpp
M llvm/unittests/CodeGen/GlobalISel/GISelMITest.h
M llvm/unittests/CodeGen/TargetOptionsTest.cpp
M llvm/unittests/IR/LegacyPassManagerTest.cpp
M llvm/unittests/MI/LiveIntervalTest.cpp
Log Message:
-----------
[unittests] Add InitializePasses.h includes
Summary:
After D70211, Pass.h does not include InitializePasses.h anymore, so
these files need to include InitializePasses.h directly.
Reviewers: rnk
Subscribers: MatzeB, mehdi_amini, zzheng, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70217
More information about the All-commits
mailing list