[PATCH] D15848: Fix several accidental DOS line endings in source files
Dimitry Andric via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 3 03:14:09 PST 2016
dim created this revision.
dim added a reviewer: joerg.
dim added a subscriber: llvm-commits.
Herald added subscribers: dsanders, sanjoy.
There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings.
There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those.
http://reviews.llvm.org/D15848
Files:
docs/MCJITDesignAndImplementation.rst
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
lib/DebugInfo/CodeView/Makefile
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
lib/Target/X86/X86FastISel.cpp
test/CodeGen/AArch64/arm64-vector-ext.ll
test/CodeGen/ARM/debugtrap.ll
test/CodeGen/X86/2011-11-30-or.ll
test/CodeGen/X86/avx512cd-intrinsics.ll
test/CodeGen/X86/fpcmp-soft-fp.ll
test/CodeGen/X86/pku.ll
test/CodeGen/X86/pr21792.ll
test/CodeGen/X86/pr24139.ll
test/CodeGen/X86/statepoint-far-call.ll
test/CodeGen/X86/system-intrinsics-64-xsave.ll
test/CodeGen/X86/system-intrinsics-64-xsavec.ll
test/CodeGen/X86/system-intrinsics-64-xsaveopt.ll
test/CodeGen/X86/system-intrinsics-64-xsaves.ll
test/CodeGen/X86/system-intrinsics-xsave.ll
test/CodeGen/X86/system-intrinsics-xsavec.ll
test/CodeGen/X86/system-intrinsics-xsaveopt.ll
test/CodeGen/X86/system-intrinsics-xsaves.ll
test/CodeGen/X86/vec_partial.ll
test/CodeGen/X86/vec_reassociate.ll
test/CodeGen/X86/x86-32-intrcc.ll
test/CodeGen/X86/x86-64-intrcc.ll
test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
test/DebugInfo/Inputs/dwarfdump-macro.cc
test/DebugInfo/Inputs/dwarfdump-macro.h
test/DebugInfo/debugmacinfo.test
test/FileCheck/dos-style-eol.txt
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/MC/ARM/gas-compl-copr-reg.s
test/MC/Disassembler/Mips/mips4/valid-xfail-mips4.txt
test/MC/Hexagon/test.s
test/MC/X86/X86_64-pku.s
test/Object/Inputs/mri-crlf.mri
test/Transforms/EarlyCSE/AArch64/ldstN.ll
test/Transforms/PlaceSafepoints/statepoint-coreclr.ll
test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.cpp
test/tools/llvm-pdbdump/Inputs/FilterTest.cpp
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp
test/tools/llvm-pdbdump/class-layout.test
test/tools/llvm-pdbdump/enum-layout.test
test/tools/llvm-pdbdump/load-address.test
test/tools/llvm-symbolizer/pdb/lit.local.cfg
unittests/IR/TypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15848.43856.patch
Type: text/x-patch
Size: 140611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160103/631eb11a/attachment-0001.bin>
More information about the llvm-commits
mailing list