aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitattributes
diff options
context:
space:
mode:
authorTozer <stephen.tozer@sony.com>2021-08-17 16:14:12 +0100
committerTozer <stephen.tozer@sony.com>2021-08-17 16:16:19 +0100
commitad40cb8821666a255ad9982b99ea0ce13a57dfaa (patch)
tree29b507756f0a5d093af43f572d581d326e6b6e3e /llvm/.gitattributes
parentd2b574a4dea5b718e4386bf2e26af0126e5978ce (diff)
downloadllvm-ad40cb8821666a255ad9982b99ea0ce13a57dfaa.zip
llvm-ad40cb8821666a255ad9982b99ea0ce13a57dfaa.tar.gz
llvm-ad40cb8821666a255ad9982b99ea0ce13a57dfaa.tar.bz2
Fix: [MCParser] Correctly handle CRLF line ends when consuming line comments
Fixes an issue with revision 5c6f748c. Move the test added in the above commit into the X86 folder, ensuring that it is only run on targets where its triple is valid.
Diffstat (limited to 'llvm/.gitattributes')
-rw-r--r--llvm/.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/.gitattributes b/llvm/.gitattributes
index b41ae6a..88120531 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