Mercurial > hg > CbC > CbC_llvm
comparison llvm/.gitattributes @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 # binary files | |
2 test/Object/Inputs/*.a-* binary | |
3 test/tools/dsymutil/Inputs/*.o binary | |
4 test/tools/dsymutil/Inputs/*.a binary | |
5 test/tools/dsymutil/Inputs/*.i386 binary | |
6 test/tools/dsymutil/Inputs/*.x86_64 binary | |
7 test/tools/dsymutil/Inputs/*.armv7m binary | |
8 test/tools/dsymutil/Inputs/*.dylib binary | |
9 test/tools/llvm-ar/Inputs/*.lib binary | |
10 test/tools/llvm-objdump/Inputs/*.a binary | |
11 test/tools/llvm-rc/Inputs/* binary | |
12 test/tools/llvm-strings/Inputs/numbers binary | |
13 test/MC/AsmParser/incbin_abcd binary | |
14 test/YAMLParser/spec-09-02.test binary | |
15 | |
16 # This file must have CRLF line endings, therefore git should treat it as | |
17 # binary and not autoconvert line endings (for example, when core.autocrlf is | |
18 # on). | |
19 test/MC/AsmParser/preserve-comments-crlf.s binary |