[PATCH] D120655: WoA: Enable check-flang on clang-arm64-windows-msvc

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 03:29:19 PST 2022


DavidSpickett added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:239
                     checkout_flang=True,
-                    checks=[], # Disable testing until MCJIT failures are fixed
+                    checks=['check-flang'], # Disable testing until MCJIT failures are fixed
                     extra_cmake_args=[
----------------
```
# Only enabling checks we expect to work.
checks=['check-flang'],
```


Repository:
  rZORG LLVM Github Zorg

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120655/new/

https://reviews.llvm.org/D120655



More information about the llvm-commits mailing list