[PATCH] D42814: [buildbot] Updated CUDA buildbot config.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 12:47:35 PST 2018
tra added inline comments.
================
Comment at: zorg/trunk/buildbot/osuosl/master/config/builders.py:1379
+ "-DCMAKE_C_COMPILER:FILEPATH=/usr/bin/clang",
+ "-DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang"
],
----------------
@gkistanova This chould've been clang++.
I've fixed the error in rL324267.
Repository:
rL LLVM
https://reviews.llvm.org/D42814
More information about the llvm-commits
mailing list