diff --git a/llvm/.gitattributes b/llvm/.gitattributes index b41ae6aec97b..8812053169ff 100644 --- a/llvm/.gitattributes +++ b/llvm/.gitattributes @@ -17,4 +17,4 @@ test/YAMLParser/spec-09-02.test binary # binary and not autoconvert line endings (for example, when core.autocrlf is # on). test/MC/AsmParser/preserve-comments-crlf.s binary -test/tools/llvm-mca/directives-handle-crlf.s binary +test/tools/llvm-mca/X86/directives-handle-crlf.s binary diff --git a/llvm/test/tools/llvm-mca/directives-handle-crlf.s b/llvm/test/tools/llvm-mca/X86/directives-handle-crlf.s similarity index 96% rename from llvm/test/tools/llvm-mca/directives-handle-crlf.s rename to llvm/test/tools/llvm-mca/X86/directives-handle-crlf.s index aa5c0fc205f5..e62cdd269bc8 100644 --- a/llvm/test/tools/llvm-mca/directives-handle-crlf.s +++ b/llvm/test/tools/llvm-mca/X86/directives-handle-crlf.s @@ -1,4 +1,4 @@ -# RUN: llvm-mca -mtriple=x86_64-unknown-unknown %s -# LLVM-MCA-BEGIN foo -addl $42, %eax -# LLVM-MCA-END +# RUN: llvm-mca -mtriple=x86_64-unknown-unknown %s +# LLVM-MCA-BEGIN foo +addl $42, %eax +# LLVM-MCA-END