[PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 3 12:06:37 PST 2015
rengolin added inline comments.
================
Comment at: buildbot/osuosl/master/config/builders.py:874
@@ -842,1 +873,3 @@
'CMAKE_CXX_FLAGS': '-mcpu=cortex-a15'})},
+
+ # Cortex-A15 -fno-exceptions libcxx build (skips libcxx tests)
----------------
I'd like to run this internally first, as I'm not sure it will work. I'll use this configuration and will let you know if it's ok.
We should only put this up if it's totally green.
http://reviews.llvm.org/D14293
More information about the cfe-commits
mailing list