summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/PowerPC/ppc32-reloc-directive.s
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Support .reloc *, R_PPC{,64}_NONE, *Fangrui Song2019-05-171-0/+26
This can be used to create references among sections. When --gc-sections is used, the referenced section will be retained if the origin section is retained. llvm-svn: 360990
OpenPOWER on IntegriCloud