[compiler-rt] r196480 - [sanitizer] support toolchains that don't understand CFI directives

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Dec 5 09:08:55 PST 2013


> +#if defined(__clang__) ||                                                      \
> +    (defined(__GNUC__) && defined(__GCC_HAVE_DWARF2_CFI_ASM))
> +  // GCC defined __GCC_HAVE_DWARF2_CFI_ASM if it supports CFI.

Should we change clang to define  __GCC_HAVE_DWARF2_CFI_ASM too?

Cheers,
Rafael



More information about the llvm-commits mailing list