Change all the libSystem test files to be dylibs instead of normalized files. Curren...
authorPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 18:46:21 +0000 (18:46 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 18:46:21 +0000 (18:46 +0000)
commitd9e0f71195e254012221666f536a247dbefa599b
tree1c97335280aefced927ea0e3da43d92b9fa21da6
parent363e7f69140c498860923b3ec6afc7e8d51ccde6
Change all the libSystem test files to be dylibs instead of normalized files.  Currently NFC.

A future commit will change when we choose to add an LC_LOAD_DYLIB to the final image.  Currently
we do this when an atom is used, but we need to do it when a dylib is referenced on the cmdline as
this matches ld64.

To allow this change, libsystem (and other future yaml files representing dylibs) need to be dylibs
so that the loader can see to add them to the referenced dylib list.

llvm-svn: 278386
lld/test/mach-o/Inputs/arm64/libSystem.yaml
lld/test/mach-o/Inputs/armv7/libSystem.yaml
lld/test/mach-o/Inputs/x86/libSystem.yaml
lld/test/mach-o/Inputs/x86_64/libSystem.yaml