[PATCH] D57701: Opt polly amd64 and arm bots out of toolchain checks
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 12:26:14 PST 2019
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353085: Opt polly amd64 and arm bots out of toolchain checks (authored by jfb, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57701/new/
https://reviews.llvm.org/D57701
Files:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -813,7 +813,7 @@
{'name': "polly-amd64-linux",
'slavenames':["grosser1"],
'builddir':"polly-amd64-linux",
- 'factory': PollyBuilder.getPollyBuildFactory()},
+ 'factory': PollyBuilder.getPollyBuildFactory(extraCmakeArgs=['-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON'])},
{'name': "perf-x86_64-penryn-O3-polly-fast",
'slavenames':["pollyperf2"],
@@ -880,6 +880,7 @@
"-DLLVM_DEFAULT_TARGET_TRIPLE=arm-linux-gnueabi",
"-DLLVM_TARGET_ARCH=arm-linux-gnueabi",
"-DLLVM_ENABLE_ASSERTIONS=True",
+ '-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON',
"-DCMAKE_C_COMPILER:FILEPATH=/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang",
"-DCMAKE_CXX_COMPILER:FILEPATH=/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++"])}
]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57701.185122.patch
Type: text/x-patch
Size: 1245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/e457ddc0/attachment.bin>
More information about the llvm-commits
mailing list