]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/archive-weak/comment.txt
ld64-95.8.4.tar.gz
[apple/ld64.git] / unit-tests / test-cases / archive-weak / comment.txt
1 The point of this test if the linker already has a weak definition
2 it does not try to find another copy in an archive
3
4 There are two case to test:
5 1) both the main .o files and the archive have the same weak symbol (_foo)
6 2) main.o has a weak symbol and the archive has a non-weak symbol (_baz)
7 In both cases the linker should ignore the archive.