This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix typo in FlangConfig.cmake.in.
ClosedPublic

Authored by leandrov on Feb 11 2021, 3:18 AM.

Details

Summary

find_package(Flang) does not work as there is a missing @ in the
FlangConfig.cmake.in file. This patch fixes the issue.

Diff Detail

Event Timeline

leandrov created this revision.Feb 11 2021, 3:18 AM
leandrov requested review of this revision.Feb 11 2021, 3:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2021, 3:18 AM
thopre accepted this revision.Feb 11 2021, 3:20 AM
thopre added a subscriber: thopre.

LGTM

This revision is now accepted and ready to land.Feb 11 2021, 3:20 AM
This revision was automatically updated to reflect the committed changes.