[cfe-dev] Converting a clang -cc1 invocation into an llc invocation

Charles Davis cdavis at mymail.mines.edu
Fri Mar 12 09:58:52 PST 2010


On 3/12/10 9:50 AM, Edmund Grimley Evans wrote:
> clang -cc1 -triple thumbv7-eabi -O3 -target-cpu cortex-a8 t.c
> -emit-llvm-bc
> llc t.bc ... -view-legalize-dags
You just answered your own question :). That will work quite nicely
actually.

Chip



More information about the cfe-dev mailing list