On Thu, Dec 5, 2013 at 12:18 PM, Jakub Jelinek <ja...@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