diff options
Diffstat (limited to 'llvm/test/MC/AVR/symbol_relocation.s')
-rw-r--r-- | llvm/test/MC/AVR/symbol_relocation.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AVR/symbol_relocation.s b/llvm/test/MC/AVR/symbol_relocation.s index 2c62043916c..639e01dfdfb 100644 --- a/llvm/test/MC/AVR/symbol_relocation.s +++ b/llvm/test/MC/AVR/symbol_relocation.s @@ -12,5 +12,5 @@ foo: .globl ptr ptr: - .short foo + .short gs(foo) |