aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/invalid-z.s
blob: a5343c93e6773a0315eb8600e93c2e585c5d4b67 (plain) (blame)
1
2
3
4
5
6
7
8
9
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: not ld.lld %t.o -o %t -z max-page-size 2>&1 | FileCheck %s
# CHECK: invalid max-page-size
# CHECK-NOT: error

.global _start
_start:
  nop