[compiler-rt] 455a2b8 - Fix file extension of alignment-assumption-ignorelist.cppp test

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 08:21:58 PST 2021


Author: Ryan Mansfield
Date: 2021-11-30T17:21:46+01:00
New Revision: 455a2b824d7734939e54cfb3f47c054517f75be8

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

LOG: Fix file extension of alignment-assumption-ignorelist.cppp test

During the renaming of blacklist to ignorelist this test got renamed
incorrectly.

Differential revision: https://reviews.llvm.org/D114710

Added: 
    compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cpp

Modified: 
    

Removed: 
    compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cppp


################################################################################
diff  --git a/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cppp b/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cpp
similarity index 100%
rename from compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cppp
rename to compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-ignorelist.cpp


        


More information about the llvm-commits mailing list