summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/expr-invalid-sec.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/expr-invalid-sec.s')
-rw-r--r--test/ELF/linkerscript/expr-invalid-sec.s6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ELF/linkerscript/expr-invalid-sec.s b/test/ELF/linkerscript/expr-invalid-sec.s
deleted file mode 100644
index 5687751b68067..0000000000000
--- a/test/ELF/linkerscript/expr-invalid-sec.s
+++ /dev/null
@@ -1,6 +0,0 @@
-# REQUIRES: x86
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
-# RUN: echo "SECTIONS { foo = ADDR(.text) + ADDR(.text); };" > %t.script
-# RUN: not ld.lld -o %t.so --script %t.script %t.o -shared 2>&1 | FileCheck %s
-
-# CHECK: error: {{.*}}.script:1: at least one side of the expression must be absolute