This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget][remote] Fix compile-time error
ClosedPublic

Authored by atmnpatel on Feb 16 2022, 3:18 PM.

Details

Summary

This fixes a compile-time error recently introduced within the remote
offloading plugin. This patch also removes some extra linker flags that are unnecessary, and adds an explicit abseil linker flag without which we occasionally get problems.

Diff Detail

Event Timeline

atmnpatel created this revision.Feb 16 2022, 3:18 PM
atmnpatel requested review of this revision.Feb 16 2022, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2022, 3:18 PM
atmnpatel edited the summary of this revision. (Show Details)Feb 16 2022, 3:20 PM
atmnpatel updated this revision to Diff 409438.Feb 16 2022, 3:28 PM

Ran clang format.

This revision is now accepted and ready to land.Mar 22 2022, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 6:34 AM
This revision was automatically updated to reflect the committed changes.