This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix windows bot after D125140
ClosedPublic

Authored by jeanPerier on May 9 2022, 1:29 AM.

Details

Summary

The ifdef is not required in the header, common::int128_t is always
defined. The function declaration must be available in lowering
regardless of the host int128_t support.

Diff Detail

Event Timeline

jeanPerier created this revision.May 9 2022, 1:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 1:29 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.May 9 2022, 1:29 AM
This revision is now accepted and ready to land.May 9 2022, 4:26 AM
peixin accepted this revision.May 9 2022, 5:50 AM

LGTM

This revision was automatically updated to reflect the committed changes.