diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-12-12 18:25:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-12-13 18:50:56 +0100 |
commit | 9f22a5ebaf00ca4c7c2500e550047aa72b31fbcf (patch) | |
tree | 79a27406200b0da12984a47979ea58002a3bb05f /src | |
parent | b88d47ab749a684ef32cb7d55bdfcea4c229d7a0 (diff) | |
download | ghdl-9f22a5ebaf00ca4c7c2500e550047aa72b31fbcf.tar.gz ghdl-9f22a5ebaf00ca4c7c2500e550047aa72b31fbcf.tar.bz2 ghdl-9f22a5ebaf00ca4c7c2500e550047aa72b31fbcf.zip |
libraries: handle files without checksum.
Diffstat (limited to 'src')
-rw-r--r-- | src/libraries.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries.adb b/src/libraries.adb index cf2d68da6..da48239f3 100644 --- a/src/libraries.adb +++ b/src/libraries.adb @@ -1168,6 +1168,7 @@ package body Libraries is end if; if Design_File /= Null_Iir + and then New_Lib_Checksum /= No_File_Checksum_Id and then not Files_Map.Is_Eq (New_Lib_Checksum, Get_File_Checksum (Design_File)) then |