================ Comment at: zorg/buildbot/builders/LibcxxAndAbiBuilder.py:89 @@ +88,3 @@ + name='cmake', command=['cmake', src_root, + '-DLLVM_LIT_ARGS='+litTestArgs], + haltOnFailure=True, workdir=build_path, env=env)) ---------------- I think is overrides the default LLVM_LIT_ARGS. Should add the defaults to the passed in list.
http://reviews.llvm.org/D5273 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
