summaryrefslogtreecommitdiff
path: root/test/ELF/relocatable-build-id.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/relocatable-build-id.s')
-rw-r--r--test/ELF/relocatable-build-id.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/ELF/relocatable-build-id.s b/test/ELF/relocatable-build-id.s
deleted file mode 100644
index 5ac205c2b2878..0000000000000
--- a/test/ELF/relocatable-build-id.s
+++ /dev/null
@@ -1,12 +0,0 @@
-# REQUIRES: x86
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
-# RUN: ld.lld --build-id=0xcafebabe -o %t2.o %t1.o -r
-# RUN: ld.lld --build-id=0xdeadbeef -o %t.exe %t2.o
-# RUN: llvm-objdump -s %t.exe | FileCheck %s
-
-# CHECK-NOT: cafebabe
-# CHECK: deadbeef
-
-.global _start
-_start:
- ret