[PATCH] D23654: [CMake] Rename back SIMPLE_SOURCE to compile as C++

Francis Ricci via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 10:30:27 PDT 2016


fjricci added a comment.

Please try the suggestion from @compnerd to build the sample source with `-fno-exceptions -fno-unwind-tables` before committing. This patch in its current form will break builds in cases where libunwind is unavailable.


https://reviews.llvm.org/D23654





More information about the llvm-commits mailing list