From f910e8a04dc862d44349f34d38f11e385aefbea8 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 11 Dec 2014 01:34:46 +0000 Subject: [PATCH] IR: Add 'invalid-' to test names for invalid assembly Take the opportunity to sort these by `metadata`. llvm-svn: 223993 --- ...data-attachments.ll => invalid-metadata-function-local-attachments.ll} | 0 ...metadata-complex-1.ll => invalid-metadata-function-local-complex-1.ll} | 0 ...metadata-complex-2.ll => invalid-metadata-function-local-complex-2.ll} | 0 ...metadata-complex-3.ll => invalid-metadata-function-local-complex-3.ll} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/Assembler/{functionlocal-metadata-attachments.ll => invalid-metadata-function-local-attachments.ll} (100%) rename llvm/test/Assembler/{functionlocal-metadata-complex-1.ll => invalid-metadata-function-local-complex-1.ll} (100%) rename llvm/test/Assembler/{functionlocal-metadata-complex-2.ll => invalid-metadata-function-local-complex-2.ll} (100%) rename llvm/test/Assembler/{functionlocal-metadata-complex-3.ll => invalid-metadata-function-local-complex-3.ll} (100%) diff --git a/llvm/test/Assembler/functionlocal-metadata-attachments.ll b/llvm/test/Assembler/invalid-metadata-function-local-attachments.ll similarity index 100% rename from llvm/test/Assembler/functionlocal-metadata-attachments.ll rename to llvm/test/Assembler/invalid-metadata-function-local-attachments.ll diff --git a/llvm/test/Assembler/functionlocal-metadata-complex-1.ll b/llvm/test/Assembler/invalid-metadata-function-local-complex-1.ll similarity index 100% rename from llvm/test/Assembler/functionlocal-metadata-complex-1.ll rename to llvm/test/Assembler/invalid-metadata-function-local-complex-1.ll diff --git a/llvm/test/Assembler/functionlocal-metadata-complex-2.ll b/llvm/test/Assembler/invalid-metadata-function-local-complex-2.ll similarity index 100% rename from llvm/test/Assembler/functionlocal-metadata-complex-2.ll rename to llvm/test/Assembler/invalid-metadata-function-local-complex-2.ll diff --git a/llvm/test/Assembler/functionlocal-metadata-complex-3.ll b/llvm/test/Assembler/invalid-metadata-function-local-complex-3.ll similarity index 100% rename from llvm/test/Assembler/functionlocal-metadata-complex-3.ll rename to llvm/test/Assembler/invalid-metadata-function-local-complex-3.ll -- 2.7.4