This is an archive of the discontinued LLVM Phabricator instance.

[elfabi] Add support for writing dynamic symbols
Needs ReviewPublic

Authored by amontanez on Jan 24 2019, 6:30 PM.

Details

Reviewers
jakehehrlich
Summary

This patch introduces basic support for writing dynamic symbols. These stubs work for linking with lld in my limited testing.

Diff Detail

Repository
rL LLVM