[lld] WIP test (PR #177311)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 21 22:16:49 PST 2026
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/177311
None
>From 7c3b15ef1734dbc10b09852d96baa6e315f6079e Mon Sep 17 00:00:00 2001
From: Fangrui Song <i at maskray.me>
Date: Wed, 21 Jan 2026 22:15:20 -0800
Subject: [PATCH] WIP test
---
lld/test/ELF/aarch64-abs16.s | 1 +
1 file changed, 1 insertion(+)
diff --git a/lld/test/ELF/aarch64-abs16.s b/lld/test/ELF/aarch64-abs16.s
index 0ced866cd1cf9..63ef619423edf 100644
--- a/lld/test/ELF/aarch64-abs16.s
+++ b/lld/test/ELF/aarch64-abs16.s
@@ -25,6 +25,7 @@ _start:
// LE-NEXT: 220158 ffff0080
// BE-NEXT: 220158 ffff8000
+
// RUN: not ld.lld %t.o %t255.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=OVERFLOW1
// OVERFLOW1: relocation R_AARCH64_ABS16 out of range: -32769 is not in [-32768, 65535]; references 'foo'
More information about the llvm-commits
mailing list