[cfe-commits] Update Cortex-A9 buildslaves
David Tweed
david.tweed at arm.com
Thu Sep 27 02:03:20 PDT 2012
Hi, I haven't quite completed my internal testing yet, but since you're
making modifications to the buildbots:
according to
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/3118/ste
ps/configure/logs/stdio
you're configuring with armv7l-unknown-linux-gnueabi. Could you change that
to armv7l-unknown-linux-gnueabihf please? I've been digging into some clang
failures and I think that this configuration used to match the debian/ubuntu
gcc configuration, then at some point debian/ubuntu changed their
configuration, especially for gcc. clang particularly depends on extracting
info from the gcc configuration, and with a mismatched triple it thinks
there's not a working gcc installation so stops lots of stuff early.
Tests are still running, but I think it solves some clang issues and doesn't
introduce any new ones.
Let me know if any of this is unclear
Cheers
-----Original Message-----
From: cfe-commits-bounces at cs.uiuc.edu
[mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Galina Kistanova
Sent: 26 September 2012 19:36
To: llvm-commits at cs.uiuc.edu; llvm cfe
Subject: [cfe-commits] Update Cortex-A9 buildslaves
Hello everyone,
We have updated both Cortex-A9 buildslaves to reduce the number of
failing tests.
Currently both Pandaboards run Ubuntu 12.10 and the following
development toolchain:
gcc (Ubuntu/Linaro 4.7.2-1ubuntu1) 4.7.2
g++ (Ubuntu/Linaro 4.7.2-1ubuntu1) 4.7.2
GNU ld (GNU Binutils for Ubuntu) 2.22.90.20120919
Python 2.7.3
Please note that the current expected number of failing tests on this
builder is 17.
We are working on fixing them, and as always, patches are welcome.
Thanks
Galina
_______________________________________________
cfe-commits mailing list
cfe-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list