This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository zorg.
from 10e40b4 Revert "[zorg] Disable internal symbolizer tests in compiler-rt" new 9ebb75b [zorg] Refactor Libiomp5Builder to OpenMPBuilder new 90ec635 Remove trailing whitespace, NFC. new c582aba LLVMBuilder: Remove mutable default argument, NFCI.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: buildbot/osuosl/master/config/builders.py | 45 +++++---- zorg/buildbot/builders/LLVMBuilder.py | 2 +- zorg/buildbot/builders/Libiomp5Builder.py | 133 ------------------------- zorg/buildbot/builders/OpenMPBuilder.py | 160 ++++++++++++++++++++++++++++++ 4 files changed, 186 insertions(+), 154 deletions(-) delete mode 100644 zorg/buildbot/builders/Libiomp5Builder.py create mode 100644 zorg/buildbot/builders/OpenMPBuilder.py