swift
279787e6 - [IRGen] Remove a static variable that caches pointer value

Commit
327 days ago
[IRGen] Remove a static variable that caches pointer value Remove a static variable that caches pointer value from ASTContext that will become invalid if the same process is re-used for compilation using a second ASTContext. This configuration is used under `-enable-deterministic-check` option for output detertiminism checking. rdar://147438789
Committer
Parents
Loading