mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
In order to remove the language-specific introspection API, upcoming changes will introduce uses of the generic API in LAL's implementation. The generic API implementation depends on the public Ada API, so we need to always generate the latter. The impact on the testsuite execution time is acceptable: it goes from 1m26 before this patch to 1:37 on a beefy machine. TN: W106-006