aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/ouputformat.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/ouputformat.s')
-rw-r--r--test/ELF/linkerscript/ouputformat.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ELF/linkerscript/ouputformat.s b/test/ELF/linkerscript/ouputformat.s
deleted file mode 100644
index 7d4402a557a0..000000000000
--- a/test/ELF/linkerscript/ouputformat.s
+++ /dev/null
@@ -1,9 +0,0 @@
-# REQUIRES: x86
-# RUN: echo "OUTPUT_FORMAT(x, y, z)" > %t.script
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1
-# RUN: ld.lld -shared -o %t2 %t1 %t.script
-# RUN: llvm-readobj %t2 > /dev/null
-
-# RUN: echo "OUTPUT_FORMAT(x, y)" > %t.script
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1
-# RUN: not ld.lld -shared -o %t2 %t1 %t.script