Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 30 Jan 2015 10:09:26 +0000 (10:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 30 Jan 2015 10:09:26 +0000 (10:09 +0000)
commite21839b3771cc95a3ae23bb7a13e74df14ad5ea3
tree075eb42b585aab67f54593c33854ee85d7780fa9
parent59288a4196f70721eb5be7b6e03cad6d020c1170
Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227564 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
test/LTO/Inputs/bcsection.macho.s [deleted file]
test/LTO/Inputs/bcsection.s [deleted file]
test/LTO/Inputs/invalid.ll.bc [deleted file]
test/LTO/Inputs/list-symbols.ll [deleted file]
test/LTO/X86/Inputs/bcsection.macho.s [new file with mode: 0644]
test/LTO/X86/Inputs/bcsection.s [new file with mode: 0644]
test/LTO/X86/Inputs/invalid.ll.bc [new file with mode: 0644]
test/LTO/X86/Inputs/list-symbols.ll [new file with mode: 0644]
test/LTO/X86/attrs.ll [new file with mode: 0644]
test/LTO/X86/bcsection.ll [new file with mode: 0644]
test/LTO/X86/cfi_endproc.ll [new file with mode: 0644]
test/LTO/X86/current-section.ll [new file with mode: 0644]
test/LTO/X86/diagnostic-handler-remarks.ll [new file with mode: 0644]
test/LTO/X86/invalid.ll [new file with mode: 0644]
test/LTO/X86/jump-table-type.ll [new file with mode: 0644]
test/LTO/X86/keep-used-puts-during-instcombine.ll [new file with mode: 0644]
test/LTO/X86/linkonce_odr_func.ll [new file with mode: 0644]
test/LTO/X86/list-symbols.ll [new file with mode: 0644]
test/LTO/X86/lit.local.cfg [new file with mode: 0644]
test/LTO/X86/no-undefined-puts-when-implemented.ll [new file with mode: 0644]
test/LTO/X86/private-symbol.ll [new file with mode: 0644]
test/LTO/X86/runtime-library.ll [new file with mode: 0644]
test/LTO/X86/symver-asm.ll [new file with mode: 0644]
test/LTO/X86/triple-init.ll [new file with mode: 0644]
test/LTO/attrs.ll [deleted file]
test/LTO/bcsection.ll [deleted file]
test/LTO/cfi_endproc.ll [deleted file]
test/LTO/current-section.ll [deleted file]
test/LTO/diagnostic-handler-remarks.ll [deleted file]
test/LTO/invalid.ll [deleted file]
test/LTO/jump-table-type.ll [deleted file]
test/LTO/keep-used-puts-during-instcombine.ll [deleted file]
test/LTO/linkonce_odr_func.ll [deleted file]
test/LTO/list-symbols.ll [deleted file]
test/LTO/lit.local.cfg [deleted file]
test/LTO/no-undefined-puts-when-implemented.ll [deleted file]
test/LTO/private-symbol.ll [deleted file]
test/LTO/runtime-library.ll [deleted file]
test/LTO/symver-asm.ll [deleted file]
test/LTO/triple-init.ll [deleted file]