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

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 07:02:04 PST 2018


rengolin 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'],
----------------
rovka wrote:
> 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.
D'oh! Ignore me!


Repository:
  rL LLVM

https://reviews.llvm.org/D43119





More information about the llvm-commits mailing list