[PATCH] D44691: [CUDA] Disable LTO for device-side compilations.

2018-03-20 Thread Artem Belevich via Phabricator via cfe-commits
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

[PATCH] D44691: [CUDA] Disable LTO for device-side compilations.

2018-03-21 Thread Artem Belevich via Phabricator via cfe-commits
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=

[PATCH] D44691: [CUDA] Disable LTO for device-side compilations.

2018-03-22 Thread Artem Belevich via Phabricator via cfe-commits
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

Re: [PATCH] D44691: [CUDA] Disable LTO for device-side compilations.

2018-03-22 Thread Yvan Roux via cfe-commits
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

Re: [PATCH] D44691: [CUDA] Disable LTO for device-side compilations.

2018-03-22 Thread Artem Belevich via 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 ___