[flang-commits] [clang] [flang] [Flang][Driver] Add per-target search path for modules (PR #196558)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Wed May 13 06:33:43 PDT 2026


================
@@ -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


More information about the flang-commits mailing list