Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / driver-access.test
blobda8fa6cd9de3bf3a0b7ee872f6f5694e8faef8ee
1 # REQUIRES: x86
2 # Make sure that LLD works even if the current directory is not writable.
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
5 # RUN: ld.lld %t.o -o %t.exe
7 # RUN: mkdir -p %t.dir
8 # RUN: chmod 100 %t.dir
9 # RUN: cd %t.dir
10 # RUN: ld.lld %t.o -o %t.exe -M
11 # RUN: chmod 755 %t.dir
13 .globl _start
14 _start:
15   nop