forked from OSchip/llvm-project
12 lines
272 B
YAML
12 lines
272 B
YAML
|
--- !mach-o
|
||
|
arch: x86_64
|
||
|
file-type: MH_DYLIB
|
||
|
install-name: /usr/lib/libfoobar.dylib
|
||
|
exports:
|
||
|
- name: _bar
|
||
|
- name: _zazzle
|
||
|
- name: _foo
|
||
|
- name: _aaa
|
||
|
- name: _fff
|
||
|
- name: _zzz
|