zig/deps/lld/test/COFF/arm64-dynamicbase.s

9 lines
279 B
ArmAsm
Raw Normal View History

2018-01-18 06:29:21 +08:00
// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple=aarch64-windows %s -o %t.obj
// RUN: not lld-link -entry:_start -subsystem:console %t.obj -out:%t.exe -dynamicbase:no 2>&1 | FileCheck %s
.globl _start
_start:
ret
# CHECK: dynamicbase:no is not compatible with arm64