tra added a comment.
The test failure should be fixed by r328213.
Repository:
rL LLVM
https://reviews.llvm.org/D44691
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
On Thu, Mar 22, 2018 at 12:02 AM Yvan Roux wrote:
> This patch broke ARM/AArch64 bots, see:
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv8-full/builds/841/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Athinlto.cu
>
>
Sorry about that. I'll fix it ASAP.
--
--Artem Belevich
___
Hi Artem,
On 21 March 2018 at 23:25, Artem Belevich via Phabricator via
cfe-commits wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL328161: [CUDA] Disable LTO for device-side compilations.
> (authored by tra, committed by ).
> Herald added
This revision was automatically updated to reflect the committed changes.
Closed by commit rL328161: [CUDA] Disable LTO for device-side compilations.
(authored by tra, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D44691?vs=139151&id=
tra created this revision.
tra added reviewers: tejohnson, jlebar.
Herald added subscribers: eraman, inglorion, mehdi_amini, sanjoy.
This fixes host-side LTO during CUDA compilation. Before, LTO
pipeline construction was clashing with CUDA pipeline construction.
At the moment there's no point doi