This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: opencl and gcc
- From: M Wahab <mwb dot cde at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 26 Sep 2011 18:04:22 +0100
- Subject: Re: opencl and gcc
There's a very basic GCC front-end for LLVM-IR at
http://gcc-llvmir.googlecode.com, which has some support for
using clang to generate the LLVM IR. It might be usable as a starting
point for an OpenCL front-end, assuming that the OpenCL parser made it
into clang.
Matthew