[PATCH] D39678: [NewPM][Unit] Outline pass handles into a support header for the tests

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 02:36:28 PST 2017


philip.pfaffe created this revision.
Herald added a subscriber: mehdi_amini.

There are two testcases currently that unittest pass manager features by
mocking out analyses and passes on various IRUnits. To simplify things for
these and future tests, outline the mocks into a support header.


https://reviews.llvm.org/D39678

Files:
  include/llvm/Testing/IR/Passes.h
  unittests/IR/PassBuilderCallbacksTest.cpp
  unittests/Transforms/Scalar/LoopPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39678.121704.patch
Type: text/x-patch
Size: 24209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171106/f9a05f04/attachment.bin>


More information about the llvm-commits mailing list