ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.
Apache License 2.0
424 stars 98 forks source link

[NFC]Format patch file for Windows #570

Closed nasherm closed 1 week ago

nasherm commented 1 week ago

Windows expects newline to have a space at the end of them. Because of this my updated patch file failed to build on Windows. This commit adds the appropriate spaces.