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

Jonas Hahnfeld via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 12:02:35 PDT 2016


Hahnfeld added a comment.

In https://reviews.llvm.org/D23654#546493, @fjricci wrote:

> 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.


Ah, now I finally see that the sanitizers are built with `-fno-exceptions` if available, sorry about that. However, it uses `-funwind-tables` so I would be against disabling them. Would the other flag be enough to make it work?


https://reviews.llvm.org/D23654





More information about the llvm-commits mailing list