forked from OSchip/llvm-project
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
|
RUN: lld -core -target x86_64-linux -emit-yaml -output=- %p/Inputs/ifunc.x86-64 \
|
||
|
RUN: | FileCheck %s
|
||
|
|
||
|
CHECK: name: hey
|
||
|
CHECK: scope: global
|
||
|
CHECK: type: resolver
|