From: Mehdi Amini Date: Wed, 14 Sep 2016 21:07:32 +0000 (+0000) Subject: [LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalit... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd7afc4d3800cc120670f057277b37f7511da614;p=llvm [LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalities (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281539 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-lto2/X86/Inputs/common.ll b/test/LTO/Resolution/X86/Inputs/common2.ll similarity index 100% rename from test/tools/llvm-lto2/X86/Inputs/common.ll rename to test/LTO/Resolution/X86/Inputs/common2.ll diff --git a/test/tools/llvm-lto2/X86/common.ll b/test/LTO/Resolution/X86/common2.ll similarity index 98% rename from test/tools/llvm-lto2/X86/common.ll rename to test/LTO/Resolution/X86/common2.ll index 81862b7286a..4a6c95b7a14 100644 --- a/test/tools/llvm-lto2/X86/common.ll +++ b/test/LTO/Resolution/X86/common2.ll @@ -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