This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Add LLVM headers to elf plugin include directories
AbandonedPublic

Authored by jhuber6 on Jun 18 2021, 7:39 AM.

Details

Summary

Libelf depends on LLVM libraries but does not currently add their headers to the include path.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 18 2021, 7:39 AM
jhuber6 requested review of this revision.Jun 18 2021, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 18 2021, 7:39 AM
ronlieb accepted this revision.Jun 18 2021, 7:44 AM
ronlieb added a subscriber: ronlieb.

lgtm, thanks for the fix

This revision is now accepted and ready to land.Jun 18 2021, 7:44 AM
jhuber6 abandoned this revision.Jun 18 2021, 10:37 AM

Fixed in D104535.