You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CAS] Add a mode to load PCMs built from CAS into regular compilation
Usually, the PCMs and PCHs built from CAS are built to be used by other
CAS enabled compilation tasks, thus it has additional steps to
implicitly load dependencies from the CAS.
Add a new option to allow a regular compilation instance to load the
modules built from CAS by ignoring the CAS info inside the serialized
AST. This allows tools like debugger to directly importing the PCMs
without the need to access the CAS. In order to use this option, all
dependencies modules need to be load explicitly.
0 commit comments