mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
f15c596d62
Emit an error for an unsupported relocation. mach-o relocations can't encode the form -SYM + cst. Differential Revision: https://reviews.llvm.org/D58944 llvm-svn: 355527
6 lines
161 B
ArmAsm
6 lines
161 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-apple-darwin %s -filetype=obj -o - 2>&1 | FileCheck %s
|
|
|
|
.quad (0 - undef)
|
|
|
|
// CHECK: error: unsupported relocation expression
|