aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/weak-diff2.s
blob: daf64a4423285a5220058c376db72615c70e3369 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2>&1 | FileCheck %s

// CHECK: error: Cannot represent a subtraction with a weak symbol

.weak f
f:
    nop
g:
    nop
.quad g - f