[llvm] a1b04aa - Move PowerPC specific test under PowerPC directive to fix build break

via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 13:05:24 PDT 2020


Author: jasonliu
Date: 2020-05-11T20:05:05Z
New Revision: a1b04aaea210a9a9fbe0cd9dd7f874e12fa97585

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

LOG: 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

Added: 
    llvm/test/CodeGen/PowerPC/aix-func-align.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/aix-func-align.ll


################################################################################
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


        


More information about the llvm-commits mailing list