This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .cfi in sanitizer code


On Thu, Dec 5, 2013 at 12:18 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Thu, Dec 05, 2013 at 11:51:12AM +0400, Konstantin Serebryany wrote:
>> Committed upstream:
>> http://llvm.org/viewvc/llvm-project?view=revision&revision=196480
>
> LGTM, can we commit it after the merge you have already prepared, or do you
> want to do another merge for it?

Whichever you prefer is fine.


>> Try clang -fno-dwarf2-cfi-asm -no-integrated-as then?
Yes, this did the trick.

--kcc

>
> Alternatively, rather than defining separate CFI_INL* and CFI_* macros,
> you could just use the same names of macros and just provide different
> definitions based on #ifdef __ASSEMBLER__, in preprocessed assembly the ones
> without string literals, in C/C++ with them.
>
>         Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]