This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Remove undefined symbol in old runtime
ClosedPublic

Authored by jhuber6 on Nov 19 2021, 10:25 AM.

Details

Summary

A function with no definition was left in the old runtime, causing
linker errors when trying to compile.

Diff Detail

Event Timeline

jhuber6 requested review of this revision.Nov 19 2021, 10:25 AM
jhuber6 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2021, 10:25 AM
tianshilei1992 accepted this revision.Nov 19 2021, 9:32 PM

Yeah, I saw this once.

This revision is now accepted and ready to land.Nov 19 2021, 9:32 PM
This revision was automatically updated to reflect the committed changes.