[cfe-dev] [LLVMdev] clang -integrated-as compiles all of FreeBSD
Rafael Espíndola
rafael.espindola at gmail.com
Fri Oct 29 16:17:52 PDT 2010
On 29 October 2010 18:24, Amer Agovic <agov0001 at umn.edu> wrote:
> Can clang handle debug symbols?
> In Windows MinGW I run following:
>
> clang++ -v -ggdb -integrated-as -c tt.cpp -o tt.o
>
> Without -ggdb it is blazing fast and works but with -ggdb it breaks with
> following message:
>
> EmitRawText called on an MCStreamer that doesn't support it, something
> must not
> be fully mc'ized
>
It depends on the streamer implementation. I don't know what the
status is for MinGW. On linux I managed to do a clang bootstrap in
debug mode.
Cheers,
Rafael
More information about the cfe-dev
mailing list