brintos

brintos / llvm-project-archived public Read only

0
0
Text · 339 B · da8fa6c Raw
16 lines · plain
1# REQUIRES: x862# Make sure that LLD works even if the current directory is not writable.3 4# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o5# RUN: ld.lld %t.o -o %t.exe6 7# RUN: mkdir -p %t.dir8# RUN: chmod 100 %t.dir9# RUN: cd %t.dir10# RUN: ld.lld %t.o -o %t.exe -M11# RUN: chmod 755 %t.dir12 13.globl _start14_start:15  nop16