[cfe-dev] [LLVMdev] clang -integrated-as compiles all of FreeBSD

Amer Agovic agov0001 at umn.edu
Fri Oct 29 15:24:04 PDT 2010


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



On 10/29/2010 5:09 PM, Rafael EspĂ­ndola wrote:
>> Just interested. How much faster is it to use the integrated assembler
>> compared to using the system assembler. Did you compare their performance?
> I have not compared it. It is on my list, but there are still some
> other things I would like to do first.
>
>> Are there any other advantages using the -integrated-as over using the
>> system assembler?
> Clang can print error messages pointing to inline asm that MC finds a
> problem in. In the case of BSD it also lifts the burden of having to
> maintain an assembler.
>
>> Cheers
>> Tobi
> Cheers,
> Rafael
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list