1 # REQUIRES: aarch64, x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64 /dev/null -o %t.o
3 # RUN: not ld.lld %t.o -T %s -o /dev/null 2>&1 | FileCheck %s
5 ## AArch64 needs thunks and has different address finalization process, so test
7 # RUN: llvm-mc -filetype=obj -triple=aarch64 /dev/null -o %t.o
8 # RUN: not ld.lld %t.o -T %s -o /dev/null 2>&1 | FileCheck %s
10 # CHECK: error: assignment to symbol a does not converge