On Mon, Sep 23, 2013 at 04:50:17PM +0200, Joerg Sonnenberger wrote: > Hi all, > could someone (TM) please go over all files in the repository and ensure > that they use consistent (UNIX) line endings like all other LLVM > subprojects do? Especially the CMakeLists.txt are using DOS-style line > endings.
DOS style line endings are in the following files: CMakeLists.txt scripts/Python/python-wrapper.swig source/API/CMakeLists.txt source/Breakpoint/CMakeLists.txt source/CMakeLists.txt source/Commands/CMakeLists.txt source/Core/CMakeLists.txt source/DataFormatters/CMakeLists.txt source/Expression/CMakeLists.txt source/Host/CMakeLists.txt source/Host/common/CMakeLists.txt source/Host/linux/CMakeLists.txt source/Interpreter/CMakeLists.txt source/Plugins/ABI/CMakeLists.txt source/Plugins/ABI/MacOSX-arm/CMakeLists.txt source/Plugins/ABI/MacOSX-i386/CMakeLists.txt source/Plugins/ABI/SysV-x86_64/CMakeLists.txt source/Plugins/CMakeLists.txt source/Plugins/Disassembler/CMakeLists.txt source/Plugins/Disassembler/llvm/CMakeLists.txt source/Plugins/DynamicLoader/CMakeLists.txt source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt source/Plugins/DynamicLoader/Static/CMakeLists.txt source/Plugins/Instruction/ARM/CMakeLists.txt source/Plugins/Instruction/CMakeLists.txt source/Plugins/LanguageRuntime/CMakeLists.txt source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt source/Plugins/ObjectContainer/CMakeLists.txt source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt source/Plugins/ObjectFile/CMakeLists.txt source/Plugins/ObjectFile/ELF/CMakeLists.txt source/Plugins/ObjectFile/Mach-O/CMakeLists.txt source/Plugins/ObjectFile/PECOFF/CMakeLists.txt source/Plugins/OperatingSystem/CMakeLists.txt source/Plugins/Platform/CMakeLists.txt source/Plugins/Platform/gdb-server/CMakeLists.txt source/Plugins/Platform/MacOSX/CMakeLists.txt source/Plugins/Platform/POSIX/CMakeLists.txt source/Plugins/Process/CMakeLists.txt source/Plugins/SymbolFile/CMakeLists.txt source/Plugins/SymbolFile/DWARF/CMakeLists.txt source/Plugins/SymbolFile/Symtab/CMakeLists.txt source/Plugins/SymbolVendor/CMakeLists.txt source/Plugins/SymbolVendor/ELF/CMakeLists.txt source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt source/Plugins/UnwindAssembly/CMakeLists.txt source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt source/Plugins/UnwindAssembly/x86/CMakeLists.txt source/Symbol/CMakeLists.txt source/Target/CMakeLists.txt source/Utility/CMakeLists.txt tools/CMakeLists.txt tools/driver/CMakeLists.txt tools/lldb-platform/CMakeLists.txt www/architecture.html www/build.html www/customization.html www/docs.html www/download.html www/faq.html www/features.html www/formats.html www/goals.html www/index.html www/python-reference.html www/scripting.html www/source.html www/style.css www/symbolication.html www/symbols.html www/troubleshooting.html www/tutorial.html Any objection to apply the result of tr -d '\r' to those? Joerg _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
