This is an archive of the discontinued LLVM Phabricator instance.

[HIP] stop forcing the lang std in the driver
ClosedPublic

Authored by scchan on Sep 20 2022, 2:20 PM.

Details

Summary

D103221 changed HIP's default to C++14, removing the driver logic to
force it into a different std.

Change-Id: I9f5220a7456687039b0bd3b3574f3124d3cc7665

Diff Detail

Event Timeline

scchan created this revision.Sep 20 2022, 2:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 2:20 PM
scchan requested review of this revision.Sep 20 2022, 2:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 2:20 PM
yaxunl accepted this revision.Sep 21 2022, 6:39 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 21 2022, 6:39 AM
This revision was automatically updated to reflect the committed changes.