1# RUN: ld64.lld -arch x86_64 -lto_library %t -print-atoms -r %s 2>&1 | FileCheck %s
2#
3# Test that the -lto_library option does not result in an error.
4#
5
6# CHECK-NOT: -lto_library
7
8--- !native
9defined-atoms:
10    - name:              _foo
11...
12