[PATCH] D46223: Introduce a direct LLVM IR execution UnitTests framework, and add the first such test.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 19:37:32 PDT 2018


chandlerc added a comment.

In https://reviews.llvm.org/D46223#1083663, @dberris wrote:

> I wonder whether it's better/useful to implement these eventually as Google Test / Google Mock matchers. Something to think about in the future maybe.


I'm curious how you're imagining doing this? If there is a cleaner way of wiring this up I'm quite interested, as I think we may start to grow more of this style of test once the basic approach is fleshed out...

I don't want to rely on the JIT here, but I actually want to *execute* a program generated by LLVM...


Repository:
  rT test-suite

https://reviews.llvm.org/D46223





More information about the llvm-commits mailing list