Author: Pavel Labath
Date: 2020-02-25T08:29:41+01:00
New Revision: c08a1c7071c43b7bd0384e71c486ad5e5546b08f

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

LOG: [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.

Added: 
    lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes 
b/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes
new file mode 100644
index 000000000000..e837da359518
--- /dev/null
+++ b/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes
@@ -0,0 +1 @@
+*.syms -text


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to