OSDN Git Service

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
32 files changed:
test/tools/gold/PowerPC/lit.local.cfg [moved from test/tools/gold/lit.local.cfg with 75% similarity]
test/tools/gold/PowerPC/mtriple.ll [moved from test/tools/gold/mtriple.ll with 100% similarity]
test/tools/gold/X86/Inputs/alias-1.ll [moved from test/tools/gold/Inputs/alias-1.ll with 100% similarity]
test/tools/gold/X86/Inputs/bcsection.s [moved from test/tools/gold/Inputs/bcsection.s with 100% similarity]
test/tools/gold/X86/Inputs/comdat.ll [moved from test/tools/gold/Inputs/comdat.ll with 100% similarity]
test/tools/gold/X86/Inputs/common.ll [moved from test/tools/gold/Inputs/common.ll with 100% similarity]
test/tools/gold/X86/Inputs/drop-debug.bc [moved from test/tools/gold/Inputs/drop-debug.bc with 100% similarity]
test/tools/gold/X86/Inputs/invalid.bc [moved from test/tools/gold/Inputs/invalid.bc with 100% similarity]
test/tools/gold/X86/Inputs/linker-script.export [moved from test/tools/gold/Inputs/linker-script.export with 100% similarity]
test/tools/gold/X86/Inputs/linkonce-weak.ll [moved from test/tools/gold/Inputs/linkonce-weak.ll with 100% similarity]
test/tools/gold/X86/Inputs/pr19901-1.ll [moved from test/tools/gold/Inputs/pr19901-1.ll with 100% similarity]
test/tools/gold/X86/Inputs/weak.ll [moved from test/tools/gold/Inputs/weak.ll with 100% similarity]
test/tools/gold/X86/alias.ll [moved from test/tools/gold/alias.ll with 100% similarity]
test/tools/gold/X86/bad-alias.ll [moved from test/tools/gold/bad-alias.ll with 100% similarity]
test/tools/gold/X86/bcsection.ll [moved from test/tools/gold/bcsection.ll with 100% similarity]
test/tools/gold/X86/coff.ll [moved from test/tools/gold/coff.ll with 100% similarity]
test/tools/gold/X86/comdat.ll [moved from test/tools/gold/comdat.ll with 100% similarity]
test/tools/gold/X86/common.ll [moved from test/tools/gold/common.ll with 100% similarity]
test/tools/gold/X86/drop-debug.ll [moved from test/tools/gold/drop-debug.ll with 100% similarity]
test/tools/gold/X86/emit-llvm.ll [moved from test/tools/gold/emit-llvm.ll with 100% similarity]
test/tools/gold/X86/invalid.ll [moved from test/tools/gold/invalid.ll with 100% similarity]
test/tools/gold/X86/linker-script.ll [moved from test/tools/gold/linker-script.ll with 100% similarity]
test/tools/gold/X86/linkonce-weak.ll [moved from test/tools/gold/linkonce-weak.ll with 100% similarity]
test/tools/gold/X86/lit.local.cfg [new file with mode: 0644]
test/tools/gold/X86/no-map-whole-file.ll [moved from test/tools/gold/no-map-whole-file.ll with 100% similarity]
test/tools/gold/X86/opt-level.ll [moved from test/tools/gold/opt-level.ll with 100% similarity]
test/tools/gold/X86/pr19901.ll [moved from test/tools/gold/pr19901.ll with 100% similarity]
test/tools/gold/X86/remarks.ll [moved from test/tools/gold/remarks.ll with 100% similarity]
test/tools/gold/X86/slp-vectorize.ll [moved from test/tools/gold/slp-vectorize.ll with 100% similarity]
test/tools/gold/X86/stats.ll [moved from test/tools/gold/stats.ll with 100% similarity]
test/tools/gold/X86/vectorize.ll [moved from test/tools/gold/vectorize.ll with 100% similarity]
test/tools/gold/X86/weak.ll [moved from test/tools/gold/weak.ll with 100% similarity]