This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Add support for .refsym directive
ClosedPublic

Authored by krisb on Nov 15 2018, 11:45 PM.

Details

Summary

Introduces support for '.refsym' assembler directive.

From GCC docs:
'.refsym' - This directive instructs assembler to add an undefined reference
to the symbol following the directive. No relocation is created for this symbol;
it will exist purely for pulling in object files from archives.

Diff Detail

Repository
rL LLVM

Event Timeline

krisb created this revision.Nov 15 2018, 11:45 PM
asl accepted this revision.Nov 16 2018, 1:52 AM
This revision is now accepted and ready to land.Nov 16 2018, 1:52 AM
This revision was automatically updated to reflect the committed changes.