aboutsummaryrefslogtreecommitdiff
path: root/test/core/absolute-local.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/absolute-local.objtxt')
-rw-r--r--test/core/absolute-local.objtxt25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/core/absolute-local.objtxt b/test/core/absolute-local.objtxt
deleted file mode 100644
index 1ba4c7f04326..000000000000
--- a/test/core/absolute-local.objtxt
+++ /dev/null
@@ -1,25 +0,0 @@
-# RUN: lld -core %s | FileCheck %s
-
-#
-# Test that absolute symbols with local scope do not cause name conflict
-#
----
-absolute-atoms:
- - name: putchar
- ref-name: pc1
- value: 0xFFFF0040
- scope: static
-
- - name: putchar
- ref-name: pc2
- value: 0xFFFF0040
- scope: static
-...
-
-# CHECK: ---
-# CHECK: absolute-atoms:
-# CHECK: - name: putchar
-# CHECK: value: 0x00000000FFFF0040
-# CHECK: - name: putchar
-# CHECK: value: 0x00000000FFFF0040
-# CHECK: ...