Changeset View
Changeset View
Standalone View
Standalone View
lld/trunk/test/ELF/linkerscript/linkerscript.s
# REQUIRES: x86 | # REQUIRES: x86 | ||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t | # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t | ||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \ | # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \ | ||||
# RUN: %p/Inputs/libsearch-st.s -o %t2.o | # RUN: %p/Inputs/libsearch-st.s -o %t2.o | ||||
# RUN: echo "EXTERN( undef undef2 )" > %t.script | # RUN: echo "EXTERN( undef undef2 \"undef3\" \"undef4@@other\")" > %t.script | ||||
# RUN: ld.lld %t -o %t2 %t.script | # RUN: ld.lld %t -o %t2 %t.script | ||||
# RUN: llvm-readobj %t2 > /dev/null | # RUN: llvm-readobj %t2 > /dev/null | ||||
# RUN: echo "OUTPUT_FORMAT(elf64-x86-64) /*/*/ GROUP(\"%t\" )" > %t.script | # RUN: echo "OUTPUT_FORMAT(elf64-x86-64) /*/*/ GROUP(\"%t\" )" > %t.script | ||||
# RUN: ld.lld -o %t2 %t.script | # RUN: ld.lld -o %t2 %t.script | ||||
# RUN: llvm-readobj %t2 > /dev/null | # RUN: llvm-readobj %t2 > /dev/null | ||||
# RUN: rm -f %t.out | # RUN: rm -f %t.out | ||||
Show All 40 Lines |