[llvm-commits] [llvm-gcc-4.2] r130590 - /llvm-gcc-4.2/trunk/gcc/llvm-backend.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Sat Apr 30 08:02:25 PDT 2011


On 11-04-30 8:00 AM, Duncan Sands wrote:
> Hi Anton,
>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=130590&view=rev
>>> Log:
>>> Don't use the CFI directives in llvm-gcc.
>> Can't we check the presence of the "good" assembler during the
>> configure? In the same way the mainline gcc does?
>
> do you know how in mainline gcc this information is made available?
> Then I could condition CFI directives on it in dragonegg.

Looks like HAVE_GAS_CFI_DIRECTIVE is what you want.

> Ciao, Duncan.

Cheers,
Rafael



More information about the llvm-commits mailing list