This is an archive of the discontinued LLVM Phabricator instance.

[flang] Distinguish intrinsic module USE in module files; correct search paths
ClosedPublic

Authored by klausler on Jun 3 2022, 3:50 PM.

Details

Summary

In the USE statements that f18 emits to module files, ensure that symbols
from intrinsic modules are marked as such on their USE statements. And
ensure that the current working directory (".") cannot override the intrinsic
module search path when trying to locate an intrinsic module.

Diff Detail

Event Timeline

klausler created this revision.Jun 3 2022, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 3:50 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 3 2022, 3:50 PM
vdonaldson accepted this revision.Jun 3 2022, 4:50 PM
This revision is now accepted and ready to land.Jun 3 2022, 4:50 PM