summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-06-12 22:19:05 +0000
committerRui Ueyama <ruiu@google.com>2013-06-12 22:19:05 +0000
commit2e3c4025aee0a22845fbbcf688b801feccb23042 (patch)
tree200393f967b022299e7c054d2ce978ed1e7c63cb
parente3b28bc36359d28d0a2520a5a347f9eb5fde8863 (diff)
downloadbcm5719-llvm-2e3c4025aee0a22845fbbcf688b801feccb23042.tar.gz
bcm5719-llvm-2e3c4025aee0a22845fbbcf688b801feccb23042.zip
[PECOFF] Rename basic.test -> trivial.test.
Because the test does not actually cover basic features. llvm-svn: 183870
-rw-r--r--lld/test/pecoff/trivial.test (renamed from lld/test/pecoff/basic.test)4
1 files changed, 4 insertions, 0 deletions
diff --git a/lld/test/pecoff/basic.test b/lld/test/pecoff/trivial.test
index 9a64527da17..a7d496754dc 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
OpenPOWER on IntegriCloud