summaryrefslogtreecommitdiff
path: root/test/linker/foo.c
Commit message (Collapse)AuthorAgeFilesLines
* [Linker] Handle archive filesDerek Schuff2016-05-051-0/+3
Add a class to parse archive files. Support linking archive files, with archive semantics (i.e. an archive member is linked in if it satisfies an undefined reference). Archive files must be gnu-format archives containing .s files. Add tests for linking semantics.