This is an archive of the discontinued LLVM Phabricator instance.

[flang][nfc] Avoid generating external-hello-world by default
ClosedPublic

Authored by sunshaoce on Mar 12 2023, 8:42 AM.

Details

Summary

The current setting is not working.
When compiling flang, the external-hello-world is still compiled by default.

Diff Detail

Event Timeline

sunshaoce created this revision.Mar 12 2023, 8:42 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 12 2023, 8:42 AM
sunshaoce requested review of this revision.Mar 12 2023, 8:42 AM
luporl added a subscriber: luporl.Mar 13 2023, 7:09 AM

Looks good to me.

flang/examples/CMakeLists.txt
2

This doesn't seem to be needed.

sunshaoce updated this revision to Diff 504660.Mar 13 2023, 7:53 AM
sunshaoce marked an inline comment as done.

Address @luporl's comment

luporl accepted this revision.Mar 13 2023, 8:08 AM
This revision is now accepted and ready to land.Mar 13 2023, 8:08 AM
This revision was landed with ongoing or failed builds.Mar 13 2023, 9:11 AM
This revision was automatically updated to reflect the committed changes.