[lld] 76f7340 - [lld/mac] Give several LTO tests an "lto-" prefix

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 12:24:07 PDT 2021


Author: Nico Weber
Date: 2021-07-06T15:23:42-04:00
New Revision: 76f734040a54622b847729e5acb4480e667d2c74

URL: https://github.com/llvm/llvm-project/commit/76f734040a54622b847729e5acb4480e667d2c74
DIFF: https://github.com/llvm/llvm-project/commit/76f734040a54622b847729e5acb4480e667d2c74.diff

LOG: [lld/mac] Give several LTO tests an "lto-" prefix

Differential Revision: https://reviews.llvm.org/D105476

Added: 
    lld/test/MachO/invalid/lto-bitcode-nodatalayout.ll
    lld/test/MachO/lto-codemodel.ll
    lld/test/MachO/lto-cpu-string.ll
    lld/test/MachO/lto-internalize.ll
    lld/test/MachO/lto-linkonce.ll
    lld/test/MachO/lto-mattrs.ll
    lld/test/MachO/lto-module-asm.ll
    lld/test/MachO/lto-objc-arc-contract.ll

Modified: 
    

Removed: 
    lld/test/MachO/bitcode-nodatalayout.ll
    lld/test/MachO/codemodel.ll
    lld/test/MachO/cpu-string.ll
    lld/test/MachO/internalize.ll
    lld/test/MachO/linkonce.ll
    lld/test/MachO/mattrs.ll
    lld/test/MachO/module-asm.ll
    lld/test/MachO/objc-arc-contract.ll


################################################################################
diff  --git a/lld/test/MachO/bitcode-nodatalayout.ll b/lld/test/MachO/invalid/lto-bitcode-nodatalayout.ll
similarity index 100%
rename from lld/test/MachO/bitcode-nodatalayout.ll
rename to lld/test/MachO/invalid/lto-bitcode-nodatalayout.ll

diff  --git a/lld/test/MachO/codemodel.ll b/lld/test/MachO/lto-codemodel.ll
similarity index 100%
rename from lld/test/MachO/codemodel.ll
rename to lld/test/MachO/lto-codemodel.ll

diff  --git a/lld/test/MachO/cpu-string.ll b/lld/test/MachO/lto-cpu-string.ll
similarity index 100%
rename from lld/test/MachO/cpu-string.ll
rename to lld/test/MachO/lto-cpu-string.ll

diff  --git a/lld/test/MachO/internalize.ll b/lld/test/MachO/lto-internalize.ll
similarity index 100%
rename from lld/test/MachO/internalize.ll
rename to lld/test/MachO/lto-internalize.ll

diff  --git a/lld/test/MachO/linkonce.ll b/lld/test/MachO/lto-linkonce.ll
similarity index 100%
rename from lld/test/MachO/linkonce.ll
rename to lld/test/MachO/lto-linkonce.ll

diff  --git a/lld/test/MachO/mattrs.ll b/lld/test/MachO/lto-mattrs.ll
similarity index 100%
rename from lld/test/MachO/mattrs.ll
rename to lld/test/MachO/lto-mattrs.ll

diff  --git a/lld/test/MachO/module-asm.ll b/lld/test/MachO/lto-module-asm.ll
similarity index 100%
rename from lld/test/MachO/module-asm.ll
rename to lld/test/MachO/lto-module-asm.ll

diff  --git a/lld/test/MachO/objc-arc-contract.ll b/lld/test/MachO/lto-objc-arc-contract.ll
similarity index 100%
rename from lld/test/MachO/objc-arc-contract.ll
rename to lld/test/MachO/lto-objc-arc-contract.ll


        


More information about the llvm-commits mailing list