[PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 06:54:15 PST 2015


jroelofs added inline comments.

================
Comment at: buildbot/osuosl/master/config/builders.py:880
@@ +879,3 @@
+            # See: libcxxabi/test/lit.cfg
+            lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.6.0/lib/linux -lclang_rt.builtins-arm"'},
+            cmake_extra_opts={'LIBCXXABI_USE_LLVM_UNWINDER': 'True',
----------------
The order here seems a bit off to me. I //think// it should be:

    lit_extra_opts={'link_flags': '"-lc++abi -lpthread -lunwind -ldl -lc -lm  -L/opt/llvm/lib/clang/3.6.0/lib/linux -lclang_rt.builtins-arm"'},


http://reviews.llvm.org/D14293





More information about the cfe-commits mailing list