Re: LLVM 5.0 on armv7

2017-10-11 Thread Mark Kettenis
> Date: Wed, 11 Oct 2017 14:21:17 +0200 > From: Patrick Wildt > > On Wed, Oct 11, 2017 at 12:19:47PM +0200, Mark Kettenis wrote: > > Diff below makes clang and lld build again on armv7. Sorted the files > > such that they match the order in the CMakeLists.txt file. > > The

Re: LLVM 5.0 on armv7

2017-10-11 Thread Patrick Wildt
On Wed, Oct 11, 2017 at 12:19:47PM +0200, Mark Kettenis wrote: > Diff below makes clang and lld build again on armv7. Sorted the files > such that they match the order in the CMakeLists.txt file. The lists are explicitly sorted alphabetically and not like in the CMakeLists. I would actually

LLVM 5.0 on armv7

2017-10-11 Thread Mark Kettenis
Diff below makes clang and lld build again on armv7. Sorted the files such that they match the order in the CMakeLists.txt file. ok? Index: gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile === RCS file: