zig/deps/lld/test/darwin/cmdline-lto_library.objtxt
2018-08-04 17:47:16 -04:00

12 lines
242 B
Plaintext

# RUN: ld64.lld -arch x86_64 -lto_library %t -print-atoms -r %s 2>&1 | FileCheck %s
#
# Test that the -lto_library option does not result in an error.
#
# CHECK-NOT: -lto_library
--- !native
defined-atoms:
- name: _foo
...