[PATCH] D64609: [ORC] Add deprecation warnings to ORCv1 layers and utilities.

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 13:40:02 PDT 2019


sgraenitz added a comment.

> What would that mean for the lit tests in llvm/test/ExecutionEngine/OrcMCJIT? We would probably discard a lot of them. Could some be moved to either orc-lazy or mcjit?

I checked on my machine and found that out of 78 tests in OrcMCJIT:

- 72 work with `orc-lazy` https://reviews.llvm.org/differential/diff/210161/
- only 6 are failing with `orc-lazy` but succeed with `mcjit` https://reviews.llvm.org/differential/diff/210162/

Not sure if this is a change we want now. What do you think?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64609/new/

https://reviews.llvm.org/D64609





More information about the llvm-commits mailing list