search for: 1da547c9

Displaying 2 results from an estimated 2 matches for "1da547c9".

2013 May 23
0
[LLVMdev] Deprecating autoconf/make?
On Thu, May 23, 2013 at 3:28 PM, Greg Fitzgerald <garious at gmail.com> wrote: > Hi Jim, > > > Perhaps I’m misunderstanding you. Are you suggesting > > using QEMU as part of the LLVM build process? > > Just for the case of building the runtime libraries for a cross-compiled > version of clang. > > Another option is to have the compiler-rt build depend on a
2013 May 23
3
[LLVMdev] Deprecating autoconf/make?
Hi Jim, > Perhaps I’m misunderstanding you. Are you suggesting > using QEMU as part of the LLVM build process? Just for the case of building the runtime libraries for a cross-compiled version of clang. Another option is to have the compiler-rt build depend on a host build of clang. So when cross-compiling clang, we'd generate two clang builds: a target version to ship, and a