[all-commits] [llvm/llvm-project] c08a1c: [lldb] Mark ObjectFileBreakpad test inputs as non-...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Feb 24 23:46:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c08a1c7071c43b7bd0384e71c486ad5e5546b08f
https://github.com/llvm/llvm-project/commit/c08a1c7071c43b7bd0384e71c486ad5e5546b08f
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
A lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes
Log Message:
-----------
[lldb] Mark ObjectFileBreakpad test inputs as non-text
These are technically text files, but the object file layer treats them
as binary, and the relevant tests verify the parsed contents byte for
byte. Git's crlf conversion can make those tests fail. Marking the files
as non-text disables that.
More information about the All-commits
mailing list