summaryrefslogtreecommitdiff
path: root/test/LinkerScript/linker-script-outputformat.test
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-07-23 20:48:50 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-07-23 20:48:50 +0000
commit1c98619801a5705c688e683be3ef9d70169a0686 (patch)
tree8422105cd1a94c368315f2db16b9ac746cf7c000 /test/LinkerScript/linker-script-outputformat.test
parentf4f3ce4613680903220815690ad79fc7ba0a2e26 (diff)
Notes
Diffstat (limited to 'test/LinkerScript/linker-script-outputformat.test')
-rw-r--r--test/LinkerScript/linker-script-outputformat.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/LinkerScript/linker-script-outputformat.test b/test/LinkerScript/linker-script-outputformat.test
deleted file mode 100644
index b47bb38ad8d8..000000000000
--- a/test/LinkerScript/linker-script-outputformat.test
+++ /dev/null
@@ -1,12 +0,0 @@
-/* RUN: linker-script-test %s | FileCheck %s
-*/
-
-OUTPUT_FORMAT(elf64-x86-64)
-
-/*
-CHECK: kw_output_format: OUTPUT_FORMAT
-CHECK: l_paren: (
-CHECK: identifier: elf64-x86-64
-CHECK: r_paren: )
-CHECK: OUTPUT_FORMAT("elf64-x86-64")
-*/