diff options
author | Tozer <stephen.tozer@sony.com> | 2021-08-17 16:14:12 +0100 |
---|---|---|
committer | Tozer <stephen.tozer@sony.com> | 2021-08-17 16:16:19 +0100 |
commit | ad40cb8821666a255ad9982b99ea0ce13a57dfaa (patch) | |
tree | 29b507756f0a5d093af43f572d581d326e6b6e3e /llvm/.gitattributes | |
parent | d2b574a4dea5b718e4386bf2e26af0126e5978ce (diff) | |
download | llvm-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/.gitattributes | 2 |
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 |