[lld] r191221 - [PECOFF] Add one more test for r191218

Rui Ueyama ruiu at google.com
Mon Sep 23 13:24:12 PDT 2013


Author: ruiu
Date: Mon Sep 23 15:24:12 2013
New Revision: 191221

URL: http://llvm.org/viewvc/llvm-project?rev=191221&view=rev
Log:
[PECOFF] Add one more test for r191218

Added:
    lld/trunk/test/pecoff/options.test

Added: lld/trunk/test/pecoff/options.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/options.test?rev=191221&view=auto
==============================================================================
--- lld/trunk/test/pecoff/options.test (added)
+++ lld/trunk/test/pecoff/options.test Mon Sep 23 15:24:12 2013
@@ -0,0 +1,7 @@
+# Tests for miscellaneous command line options.
+#
+# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
+
+# RUN: lld -flavor link /out:%t.exe /align:8192 /entry:start -- %t.obj \
+# RUN:   && llvm-readobj -file-headers %t.exe | FileCheck -check-prefix=ALIGN %s
+ALIGN: SectionAlignment: 8192





More information about the llvm-commits mailing list