This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR48759: "fatal error" when compile with preprocessed file.
ClosedPublic

Authored by ABataev on Mar 4 2021, 6:31 AM.

Details

Summary

If the file in line directive does not exist on the system we need, to
use the original file to get its file id.

Diff Detail

Event Timeline

ABataev created this revision.Mar 4 2021, 6:31 AM
ABataev requested review of this revision.Mar 4 2021, 6:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2021, 6:31 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
mibintc accepted this revision.Mar 4 2021, 6:59 AM

Thanks @ABataev !

This revision is now accepted and ready to land.Mar 4 2021, 6:59 AM
This revision was landed with ongoing or failed builds.Mar 4 2021, 7:29 AM
This revision was automatically updated to reflect the committed changes.