From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 31 Aug 2010 16:59:56 -0400 From: Ori Bernstein To: 9fans@9fans.net Message-Id: <20100831165956.4790512c.ori@eigenstate.org> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] LLVM for plan 9? Topicbox-Message-UUID: 4c15c7ca-ead6-11e9-9d60-3106f5b1d025 LLVM is written in C++, so you'd need C++ support on plan 9 first. Probably the easiest way to do that would be to add support for plan 9 binaries to clang, and cross-compile llvm for plan 9 with itself. At least, that's the path I'd take if I was interested in trying. On Tue, 31 Aug 2010 09:10:42 -0700, David Leimbach wrote: > I've seen a little bit of information about trying to go to LLVM for > Inferno, and getting LLVM on Plan 9 natively (feasibility anyway), and I was > wondering if there's any official projects chasing this in earnest? > > Now that I've got an ARM and an x86 plan 9 instance up, I might have some > time, but I can tell you compilers are definitely not my specialty :-). > > Dave -- Ori Bernstein