[PATCH] Add -funwind-tables to CMAKE_C_FLAGS.

Logan Chien tzuhsiang.chien at gmail.com
Wed Jan 21 16:56:44 PST 2015


================
Comment at: cmake/config-ix.cmake:7
@@ -6,2 +6,3 @@
 check_cxx_compiler_flag(-fstrict-aliasing     LIBCXXABI_HAS_FSTRICT_ALIASING_FLAG)
+check_cxx_compiler_flag(-funwind-tables       LIBCXXABI_HAS_FUNWIND_TABLES)
 check_cxx_compiler_flag(-nodefaultlibs        LIBCXXABI_HAS_NODEFAULTLIBS_FLAG)
----------------
danalbert wrote:
> Shouldn't this be `check_c_compiler_flag`?
Done.

http://reviews.llvm.org/D7099

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list