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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to