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

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 08:07:29 PST 2018


maxim-kuvyrkov 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'],
----------------
rovka wrote:
> 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?
Docker containers are started on ARMv8 machine under "linux32" personality and with armhf ubuntu rootfs.  This makes LLVM detect bot as armv8l-linux-gnueabihf .


Repository:
  rL LLVM

https://reviews.llvm.org/D43119





More information about the llvm-commits mailing list