From 8dbe20c1c786c5fd9cacbd36484e9f48e48bec52 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 18 Oct 2016 18:05:06 +0000 Subject: [PATCH] [asan] Rename test file as the poisoning is not "experimental" Reviewers: eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D25737 llvm-svn: 284507 --- ...ck-poisoning-experimental-be.ll => stack-poisoning-and-lifetime-be.ll} | 0 .../{stack-poisoning-experimental.ll => stack-poisoning-and-lifetime.ll} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/Instrumentation/AddressSanitizer/{stack-poisoning-experimental-be.ll => stack-poisoning-and-lifetime-be.ll} (100%) rename llvm/test/Instrumentation/AddressSanitizer/{stack-poisoning-experimental.ll => stack-poisoning-and-lifetime.ll} (100%) diff --git a/llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-experimental-be.ll b/llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime-be.ll similarity index 100% rename from llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-experimental-be.ll rename to llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime-be.ll diff --git a/llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.ll b/llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll similarity index 100% rename from llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.ll rename to llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll -- 2.7.4