X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FAutoGen%2FCacheIR.py;h=715be5273c1c9709662dca205c62cac5e21c260e;hb=bf1ea933ec1c6447c4168c34cc1b7ea4ac8f3e4d;hp=2d9ffe3f0bddd2e769333228bb6f3109fbed8c65;hpb=0e7e7a264cd80ab71ea0f9e9da2d0617d4b539c4;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/AutoGen/CacheIR.py b/BaseTools/Source/Python/AutoGen/CacheIR.py index 2d9ffe3f0b..715be5273c 100755 --- a/BaseTools/Source/Python/AutoGen/CacheIR.py +++ b/BaseTools/Source/Python/AutoGen/CacheIR.py @@ -24,5 +24,6 @@ class ModuleBuildCacheIR(): self.MakeHashDigest = None self.MakeHashHexDigest = None self.MakeHashChain = [] + self.CacheCrash = False self.PreMakeCacheHit = False self.MakeCacheHit = False