[PATCH] D43119: [zorg] Add AArch32 global-isel bots

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 07:02:36 PST 2018


rovka added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:324
+                      runTestSuite=True,
+                      testsuite_flags=['--cppflags', '-O0 -mllvm -global-isel -mllvm -global-isel-abort=0',
+                                       '--threads=64', '--build-threads=64'],
----------------
Well, technically my patch was only for the ARMv7 part. I'm not sure how this one is supposed to work. What makes this AArch32? If we run on an armv8 machine, won't it by default use AArch64?


Repository:
  rL LLVM

https://reviews.llvm.org/D43119





More information about the llvm-commits mailing list