diff options
-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 |