Do FIR plugins run as a part of the analysis API t...
# ksp
z
Do FIR plugins run as a part of the analysis API that KSP2 runs on top of? Curious if we could expect declarations added by an FIR plugin to be visible to KSP2
t
Not for now. Theoretically it is possible, but Analysis API probably doesn't have required interfaces for registering compiler plugins yet (at least for standalone mode, which KSP uses). KSP's initializer also has to wire them up explicitly. A lot of gaps need to be filled.
z
got it, thanks