1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 10:27:48 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-26 17:40:37 +09:00
parent 940b707c4d
commit 4b1f2ae8f9

View File

@ -1,4 +1,5 @@
RUN: echo '.globl _start; _start: jmp loop' | cc -o %t1.o -c -x assembler -
RUN: echo '.globl loop; loop: jmp loop' | cc -o %t2.o -c -x assembler -
RUN: mold -o %t %t1.o %t2.o
RUN: mold -o %t %t2.o %t1.o
RUN: objdump -d %t
RUN: file %t | grep ELF