efriedma added inline comments.
================ Comment at: lib/Driver/ToolChains/BareMetal.cpp:61 +bool BareMetal::IsUnwindTablesDefault(const ArgList &Args) const { + return getDriver().CCCIsCXX(); +} ---------------- This still seems weird. In most situations, I would expect you want the same behavior for C code and C++ with -fno-exceptions. On other platforms, we get that behavior by just returning false (the default). https://reviews.llvm.org/D31140 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits