This is an archive of the discontinued LLVM Phabricator instance.

libcang: Add missing function to libclang.map
ClosedPublic

Authored by tstellar on Jul 28 2021, 10:07 AM.

Details

Summary

This function is marked with CINDEX_LINKAGE, but was never added to the
export list / linker script.

Diff Detail

Event Timeline

tstellar requested review of this revision.Jul 28 2021, 10:07 AM
tstellar created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 10:07 AM
tstellar updated this revision to Diff 362439.Jul 28 2021, 10:10 AM

Add missing ;

jrtc27 accepted this revision.Jul 28 2021, 10:35 AM

Thanks; I can confirm the test passes if and only if I apply this patch

This revision is now accepted and ready to land.Jul 28 2021, 10:35 AM
This revision was landed with ongoing or failed builds.Jul 28 2021, 9:07 PM
This revision was automatically updated to reflect the committed changes.