Split the gold tests into X86 and PowerPC directories.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 28 Aug 2015 20:33:56 +0000 (20:33 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 28 Aug 2015 20:33:56 +0000 (20:33 +0000)
commit7ef469f9512830b22e15238e859979ce14874a4b
tree65d3b0d145a72c0f7183ab4c2fbe7c447f373751
parenta5ae7c1c9fdbaaa648ae7bcf945ce714fcba91cc
Split the gold tests into X86 and PowerPC directories.

Patch by Than McIntosh!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246328 91177308-0d34-0410-b5e6-96231b3b80d8
63 files changed:
test/tools/gold/Inputs/alias-1.ll [deleted file]
test/tools/gold/Inputs/bcsection.s [deleted file]
test/tools/gold/Inputs/comdat.ll [deleted file]
test/tools/gold/Inputs/common.ll [deleted file]
test/tools/gold/Inputs/drop-debug.bc [deleted file]
test/tools/gold/Inputs/invalid.bc [deleted file]
test/tools/gold/Inputs/linker-script.export [deleted file]
test/tools/gold/Inputs/linkonce-weak.ll [deleted file]
test/tools/gold/Inputs/pr19901-1.ll [deleted file]
test/tools/gold/Inputs/weak.ll [deleted file]
test/tools/gold/PowerPC/lit.local.cfg [new file with mode: 0644]
test/tools/gold/PowerPC/mtriple.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/alias-1.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/bcsection.s [new file with mode: 0644]
test/tools/gold/X86/Inputs/comdat.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/common.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/drop-debug.bc [new file with mode: 0644]
test/tools/gold/X86/Inputs/invalid.bc [new file with mode: 0644]
test/tools/gold/X86/Inputs/linker-script.export [new file with mode: 0644]
test/tools/gold/X86/Inputs/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/pr19901-1.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/weak.ll [new file with mode: 0644]
test/tools/gold/X86/alias.ll [new file with mode: 0644]
test/tools/gold/X86/bad-alias.ll [new file with mode: 0644]
test/tools/gold/X86/bcsection.ll [new file with mode: 0644]
test/tools/gold/X86/coff.ll [new file with mode: 0644]
test/tools/gold/X86/comdat.ll [new file with mode: 0644]
test/tools/gold/X86/common.ll [new file with mode: 0644]
test/tools/gold/X86/drop-debug.ll [new file with mode: 0644]
test/tools/gold/X86/emit-llvm.ll [new file with mode: 0644]
test/tools/gold/X86/invalid.ll [new file with mode: 0644]
test/tools/gold/X86/linker-script.ll [new file with mode: 0644]
test/tools/gold/X86/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/X86/lit.local.cfg [new file with mode: 0644]
test/tools/gold/X86/no-map-whole-file.ll [new file with mode: 0644]
test/tools/gold/X86/opt-level.ll [new file with mode: 0644]
test/tools/gold/X86/pr19901.ll [new file with mode: 0644]
test/tools/gold/X86/remarks.ll [new file with mode: 0644]
test/tools/gold/X86/slp-vectorize.ll [new file with mode: 0644]
test/tools/gold/X86/stats.ll [new file with mode: 0644]
test/tools/gold/X86/vectorize.ll [new file with mode: 0644]
test/tools/gold/X86/weak.ll [new file with mode: 0644]
test/tools/gold/alias.ll [deleted file]
test/tools/gold/bad-alias.ll [deleted file]
test/tools/gold/bcsection.ll [deleted file]
test/tools/gold/coff.ll [deleted file]
test/tools/gold/comdat.ll [deleted file]
test/tools/gold/common.ll [deleted file]
test/tools/gold/drop-debug.ll [deleted file]
test/tools/gold/emit-llvm.ll [deleted file]
test/tools/gold/invalid.ll [deleted file]
test/tools/gold/linker-script.ll [deleted file]
test/tools/gold/linkonce-weak.ll [deleted file]
test/tools/gold/lit.local.cfg [deleted file]
test/tools/gold/mtriple.ll [deleted file]
test/tools/gold/no-map-whole-file.ll [deleted file]
test/tools/gold/opt-level.ll [deleted file]
test/tools/gold/pr19901.ll [deleted file]
test/tools/gold/remarks.ll [deleted file]
test/tools/gold/slp-vectorize.ll [deleted file]
test/tools/gold/stats.ll [deleted file]
test/tools/gold/vectorize.ll [deleted file]
test/tools/gold/weak.ll [deleted file]