aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/PowerPC/ppc64-localentry-error2.s
blob: b05687fe7b6f5a9b4979ed77c25608ebbc1a3ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t
# RUN: FileCheck < %t %s
# RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t
# RUN: FileCheck < %t %s

	.globl remote_sym
sym:
	.localentry sym, remote_sym

# CHECK: LLVM ERROR: .localentry expression must be absolute.