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

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 05:58:23 PST 2018


rovka added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:308
+                      runTestSuite=True,
+                      testsuite_flags=['--cppflags', '-mcpu=cortex-a15 -marm -O0 -mllvm -global-isel -mllvm -global-isel-abort=0',
+                                       '--threads=4', '--build-threads=4'],
----------------
rengolin wrote:
> you don't need all the -mllvm options, just O0 should be fine.
Yes, you do! This is ARM, not AArch64, we're not on-by-default yet. Please leave the -mllvm options there.


Repository:
  rL LLVM

https://reviews.llvm.org/D43119





More information about the llvm-commits mailing list