From 2e3c4025aee0a22845fbbcf688b801feccb23042 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 12 Jun 2013 22:19:05 +0000 Subject: [PATCH] [PECOFF] Rename basic.test -> trivial.test. Because the test does not actually cover basic features. llvm-svn: 183870 --- lld/test/pecoff/{basic.test => trivial.test} | 4 ++++ 1 file changed, 4 insertions(+) rename lld/test/pecoff/{basic.test => trivial.test} (92%) diff --git a/lld/test/pecoff/basic.test b/lld/test/pecoff/trivial.test similarity index 92% rename from lld/test/pecoff/basic.test rename to lld/test/pecoff/trivial.test index 9a64527da17f..a7d496754dc1 100644 --- a/lld/test/pecoff/basic.test +++ b/lld/test/pecoff/trivial.test @@ -1,3 +1,7 @@ +# Checks functionality of PECOFF writer. "nop.obj" is an object that has only +# text section. Other data, including data sections, relocations, symbol +# tables are not present in nop.obj. +# # RUN: lld -flavor link -out %t1 -subsystem console,3.11 -- %p/Inputs/nop.obj \ # RUN: && llvm-readobj -file-headers %t1 | FileCheck -check-prefix=FILE %s