[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git] / lld / test / ELF / lto / resolution-err.ll
blobf9855abaff32792a0079c3b84812e22828905e3a
1 ; UNSUPPORTED: system-windows
2 ; REQUIRES: shell, non-root-user
3 ; RUN: llvm-as %s -o %t.bc
4 ; RUN: touch %t.resolution.txt
5 ; RUN: chmod u-w %t.resolution.txt
6 ; RUN: not ld.lld -save-temps %t.bc -o %t 2>&1 | FileCheck -DMSG=%errc_EACCES %s
7 ; RUN: rm -f %t.resolution.txt
9 ; CHECK: error: [[MSG]]
11 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
12 target triple = "x86_64-unknown-linux-gnu"
14 define void @_start() {
15   ret void