================ @@ -1,5 +1,6 @@ ! DUMMY module ! Added for testing purposes. The contents of this file are currently not relevant. +! Using this file will cause an error because of missing checksum ---------------- Meinersbur wrote:
Removing this file will cause tests to fail. It is "used" so that when module file search finds this file (instead of the actual builtin intrinsic), an error occurs. Missing the checksum was probably unintentional when the test was added when module files did not yet have checksums. Now tests depend on it. Since it took me time to find out I am adding this comment so others don't need to rediscover this again. https://github.com/llvm/llvm-project/pull/196558 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
