[PATCH] Add -funwind-tables to CMAKE_C_FLAGS.

Dan Albert danalbert at google.com
Wed Jan 21 11:05:14 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)
----------------
Shouldn't this be `check_c_compiler_flag`?

http://reviews.llvm.org/D7099

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






More information about the cfe-commits mailing list