[gold] Fix test accidentally regressed for newer gold
authorTeresa Johnson <tejohnson@google.com>
Mon, 29 Aug 2016 16:22:23 +0000 (16:22 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 29 Aug 2016 16:22:23 +0000 (16:22 +0000)
commitd0b87b1a8988420f00146cf6826634289ee39560
tree958f579d6fbc6a510c751bf403ec5be8942884fb
parenta8a25ca905b22985e96cac171cc3b1a101ba3309
[gold] Fix test accidentally regressed for newer gold

With r279911 I accidentally regressed the gold/X86/start-lib-common.ll
test for newer golds (v1.12+) that honor the --start-lib/--end-lib.
Remove the alignment which should not be there to make this work with
both old and new gold linkers.

Additionally, now that we have a subdirectory for v1.12+ gold tests,
copy this test there and check specifically for the v1.12+ behavior.

llvm-svn: 279977
llvm/test/tools/gold/X86/start-lib-common.ll
llvm/test/tools/gold/X86/v1.12/Inputs/start-lib-common.ll [new file with mode: 0644]
llvm/test/tools/gold/X86/v1.12/start-lib-common.ll [new file with mode: 0644]