[PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
jonathan at codesourcery.com
Fri Sep 5 11:18:18 PDT 2014
r217265
================
Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:70
@@ +69,3 @@
+ if additional_features:
+ litTestArgs = "--param=additional_features=" +
+ ",".join(additional_features)
----------------
danalbert wrote:
> else this is undefined and then used below.
Goood point! Untested code is untested...
http://reviews.llvm.org/D5215
More information about the cfe-commits
mailing list