[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / arm64-dynamicbase.s
blobd4cb12c1c8ffb9e7d9ce21d40700a910382f43e7
1 // REQUIRES: aarch64
2 // RUN: llvm-mc -filetype=obj -triple=aarch64-windows %s -o %t.obj
3 // RUN: not lld-link -entry:_start -subsystem:console %t.obj -out:%t.exe -dynamicbase:no 2>&1 | FileCheck %s
4 .globl _start
5 _start:
6 ret
8 # CHECK: dynamicbase:no is not compatible with arm64