]> granicus.if.org Git - llvm/commitdiff
[LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalit...
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 14 Sep 2016 21:07:32 +0000 (21:07 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 14 Sep 2016 21:07:32 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281539 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/Resolution/X86/Inputs/common2.ll [moved from test/tools/llvm-lto2/X86/Inputs/common.ll with 100% similarity]
test/LTO/Resolution/X86/common2.ll [moved from test/tools/llvm-lto2/X86/common.ll with 98% similarity]

similarity index 98%
rename from test/tools/llvm-lto2/X86/common.ll
rename to test/LTO/Resolution/X86/common2.ll
index 81862b7286ae1017a1e9b6acf48babeb2a7b73ad..4a6c95b7a14ca3051305e41b64cb8e875f147aba 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s > %t1.bc
-; RUN: llvm-as < %p/Inputs/common.ll > %t2.bc
+; RUN: llvm-as < %p/Inputs/common2.ll > %t2.bc
 
 ; Test that the common merging (size + alignment) is properly handled