Skip to content

Enable external interpreter when TH is requested but no internal interpreter is available

Alp Mestanogullari requested to merge alp/ghc:wip/alp/T16331 into master

This patch implements the first part of a solution to #16331 (closed): we want to automatically give a shot at using the external interpreter (as if we passed -fexternal-interpreter to GHC) when TH is requested but no internal interpreter is available.

Merge request reports