OSDN Git Service

[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)
commitbf8ab3e6da104f49faef4e271a0b655ad250e7b4
tree727cd7ae01243c5c435720789603c980f2cdd496
parentd05e1fc585472eda45994d7331a0ab137f7d1ddc
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279977 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/gold/X86/start-lib-common.ll
test/tools/gold/X86/v1.12/Inputs/start-lib-common.ll [new file with mode: 0644]
test/tools/gold/X86/v1.12/start-lib-common.ll [new file with mode: 0644]