[PATCH] D30290: [libcxx][zorg] Fix no-exceptions builder configurations

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 23 02:26:41 PST 2017


rengolin added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:1196
+            lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -ldl -L/opt/llvm/lib/clang/3.9.0/lib/linux -lclang_rt.builtins-armhf"'},
+            cmake_extra_opts={'LIBCXX_ENABLE_EXCEPTIONS': 'OFF',
+                              'LIBCXXABI_ENABLE_EXCEPTIONS': 'OFF',
----------------
Why remove the unwinder?


https://reviews.llvm.org/D30290





More information about the cfe-commits mailing list