Is the ORC API currently stable enough to be recommended for use? If so, what documentation and example code represents the current recommended way of doing things with it?
https://llvm.org/docs/tutorial/BuildingAJIT1.html says:
"Warning: This text is currently out of date due to ORC API updates.
The example code has been updated and can be used. The text will be updated once the API churn dies down."
Does that mean the example code presented on the page, or some of the files under llvm/examples? If the latter, which ones?