[PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 3 13:35:46 PST 2015
rmaprath 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)
----------------
rengolin wrote:
> 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.
Thanks! The newly added Debian configuration is quite similar to the configuration I ran locally. I have run some ARM configurations but it is best to run this particular configuration if possible.
You'd need the patch for D14292 though. I was hoping to get it committed first, so that these configs can be verified easily.
http://reviews.llvm.org/D14293
More information about the cfe-commits
mailing list