forked from OSchip/llvm-project
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
RUN: lld -flavor old-gnu -target x86_64-linux -o %t %p/Inputs/constdata.x86-64 \
|
||
|
RUN: -static -e _start
|
||
|
RUN: llvm-objdump -s %t | FileCheck %s
|
||
|
|
||
|
CHECK: Hellooooooooo
|