Split up the CRuntimeFile into one part for output types that need an entry point and another part for output types that use stubs. Add file 'test/mach-o/Inputs/libSystem.yaml' for use by test cases that use -dylib and therefore may now need the helper symbol in libSystem.dylib. llvm-svn: 215602
14 lines
332 B
YAML
14 lines
332 B
YAML
#
|
|
# For use by test cases that create dynamic output types which may needs stubs
|
|
# and therefore will need a dylib definition of dyld_stub_binder.
|
|
#
|
|
|
|
---
|
|
shared-library-atoms:
|
|
- name: dyld_stub_binder
|
|
load-name: /usr/lib/libSystem.B.dylib
|
|
type: code
|
|
size: 0
|
|
|
|
...
|