forked from OSchip/llvm-project
12 lines
242 B
Plaintext
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
|
||
|
...
|