This is an archive of the discontinued LLVM Phabricator instance.

[Zorg] Add space between script and args
ClosedPublic

Authored by Conanap on Apr 13 2021, 8:25 AM.

Details

Summary

Add a space so that the strings are not concatenated incorrectly

Diff Detail

Event Timeline

Conanap requested review of this revision.Apr 13 2021, 8:25 AM
Conanap created this revision.
saghir accepted this revision.Apr 13 2021, 10:32 AM

Hopefully this fixes the error:

sanitizer-ppc64le-linux runs: bash ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh-- -CMAKE_ARGS='-DLLVM_LIT_ARGS=-v -j256'
bash: ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh--: No such file or directory
This revision is now accepted and ready to land.Apr 13 2021, 10:32 AM
This revision was automatically updated to reflect the committed changes.