Skip to content
  • Stephen Kelly's avatar
    Cache context-independent includes on evaluation. · e48d8420
    Stephen Kelly authored
    Generator expressions whose output depends on the configuration
    now record that fact. The GetIncludeDirectories method can use
    that result to cache the include directories for later calls.
    
    GetIncludeDirectories is called multiple times for a target
    for each configuration, so this should restore performance for
    multi-config generators.
    e48d8420