Index: buildbot/builders/LibcxxAndAbiBuilder.py =================================================================== --- buildbot/builders/LibcxxAndAbiBuilder.py +++ buildbot/builders/LibcxxAndAbiBuilder.py @@ -86,7 +86,7 @@ f.addStep(buildbot.steps.shell.ShellCommand( name='cmake', command=['cmake', src_root, - '-DLLVM_LIT_ARGS="'+litTestArgs+'"'], + '-DLLVM_LIT_ARGS='+litTestArgs], haltOnFailure=True, workdir=build_path, env=env)) # Build libcxxabi