From a1b04aaea210a9a9fbe0cd9dd7f874e12fa97585 Mon Sep 17 00:00:00 2001 From: jasonliu Date: Mon, 11 May 2020 20:03:37 +0000 Subject: [PATCH] Move PowerPC specific test under PowerPC directive to fix build break Fix build break in x86 platform which introduced by https://reviews.llvm.org/D79127 --- llvm/test/CodeGen/{ => PowerPC}/aix-func-align.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/CodeGen/{ => PowerPC}/aix-func-align.ll (100%) diff --git a/llvm/test/CodeGen/aix-func-align.ll b/llvm/test/CodeGen/PowerPC/aix-func-align.ll similarity index 100% rename from llvm/test/CodeGen/aix-func-align.ll rename to llvm/test/CodeGen/PowerPC/aix-func-align.ll