[llvm] c8e7c0e - [NFC][llvm-ml] Rename rip-relative-addressing.asm to rip_relative_addressing.asm

Alan Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 15:19:53 PDT 2022


Author: Alan Zhao
Date: 2022-05-25T18:16:01-04:00
New Revision: c8e7c0e5dc1e0587bac387bc8d439f58ef7253be

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

LOG: [NFC][llvm-ml] Rename rip-relative-addressing.asm to rip_relative_addressing.asm

All the other tests here use underscores, so we should rename this file
to be consistent.

Added: 
    llvm/test/tools/llvm-ml/rip_relative_addressing.asm

Modified: 
    

Removed: 
    llvm/test/tools/llvm-ml/rip-relative-addressing.asm


################################################################################
diff  --git a/llvm/test/tools/llvm-ml/rip-relative-addressing.asm b/llvm/test/tools/llvm-ml/rip_relative_addressing.asm
similarity index 100%
rename from llvm/test/tools/llvm-ml/rip-relative-addressing.asm
rename to llvm/test/tools/llvm-ml/rip_relative_addressing.asm


        


More information about the llvm-commits mailing list