Re: [PATCH] D97785: [SystemZ][z/OS] Distinguish between text and binary files on z/OS

2021-03-25 Thread Yvan Roux via cfe-commits
On Thu, 25 Mar 2021 at 18:13, Abhina Sree via Phabricator < revi...@reviews.llvm.org> wrote: > abhina.sreeskantharajan added a comment. > > In D97785#2650824 , @yroux wrote: > > > Hi Abhina, > > > > I think this patch broke Windows on ARM bots, the first fa

Re: [PATCH] D97785: [SystemZ][z/OS] Distinguish between text and binary files on z/OS

2021-03-25 Thread Yvan Roux via cfe-commits
I Abhina, I think this patch broke Windows on ARM bots, the first failure observed 6 days ago in this build: https://lab.llvm.org/buildbot/#/builders/65/builds/1245 I don't really get what the problem is, but the issue is related to tablegen generated file AbstractTypeReader.inc and your patch i

[clang] 0c41b1c - [Driver][MachineOutliner] Support outlining option with LTO

2021-01-06 Thread Yvan Roux via cfe-commits
Author: Yvan Roux Date: 2021-01-06T16:01:38+01:00 New Revision: 0c41b1c9f93c09966b87126820d3cf41d8eebbf9 URL: https://github.com/llvm/llvm-project/commit/0c41b1c9f93c09966b87126820d3cf41d8eebbf9 DIFF: https://github.com/llvm/llvm-project/commit/0c41b1c9f93c09966b87126820d3cf41d8eebbf9.diff LOG

Re: [PATCH] D68364: Implement C++20's P0784 (More constexpr containers)

2020-10-01 Thread Yvan Roux via cfe-commits
Hi Louis, ARM and AArch64 libcxx bots are still broken after this commit (host compiler is clang-8), logs are available here: http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-aarch64-linux/builds/3143 Cheers, Yvan On Mon, 28 Sep 2020 at 23:44, Louis Dionne via Phabricator via cfe-com

[clang] 0e4827a - [ARM][MachineOutliner] Add Machine Outliner support for ARM.

2020-05-14 Thread Yvan Roux via cfe-commits
Author: Yvan Roux Date: 2020-05-15T08:44:23+02:00 New Revision: 0e4827aa4e4ae25813f66d3b872db67d93813009 URL: https://github.com/llvm/llvm-project/commit/0e4827aa4e4ae25813f66d3b872db67d93813009 DIFF: https://github.com/llvm/llvm-project/commit/0e4827aa4e4ae25813f66d3b872db67d93813009.diff LOG

Re: [PATCH] D69876: Support output constraints on "asm goto"

2020-02-25 Thread Yvan Roux via cfe-commits
Hi Bill, This commit broke AArch64 bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/22291/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Auninit-asm-goto.cpp Thanks Yvan On Tue, 25 Feb 2020 at 04:01, Bill Wendling via Phabricator via llvm-commit

Re: [PATCH] D71414: [clangd] Introduce codeblocks

2019-12-16 Thread Yvan Roux via cfe-commits
Thanks Kadir, bots are back to green :) On Mon, 16 Dec 2019 at 09:18, Kadir Çetinkaya wrote: > > sent out 0f959c87cc7867beb67bfab2d5e3cf90708b2f98 > > On Mon, Dec 16, 2019 at 9:08 AM Yvan Roux wrote: >> >> Hi, it is still broken on AArch64 bots, logs are available here: >> >> http://lab.llvm.org

Re: [PATCH] D71414: [clangd] Introduce codeblocks

2019-12-16 Thread Yvan Roux via cfe-commits
Hi, it is still broken on AArch64 bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/21251/steps/ninja%20check%201/logs/stdio Thanks, Yvan On Sat, 14 Dec 2019 at 16:15, Nico Weber via Phabricator via cfe-commits wrote: > > thakis added inline comme

Re: [PATCH] D71186: Reland "[AST] Traverse the class type loc inside the member type loc.""

2019-12-12 Thread Yvan Roux via cfe-commits
On Thu, 12 Dec 2019 at 10:54, Ilya Biryukov wrote: > > Should be fixed in 7d7789899f4. Thanks a lot Ilya > On Thu, Dec 12, 2019 at 12:50 PM Ilya Biryukov wrote: >> >> Will fix right away, sorry for the delay. >> >> On Thu, Dec 12, 2019 at 12:42 PM Yvan Roux wrote: >>> >>> On Tue, 10 Dec 2019 a

Re: [PATCH] D71186: Reland "[AST] Traverse the class type loc inside the member type loc.""

2019-12-12 Thread Yvan Roux via cfe-commits
On Tue, 10 Dec 2019 at 10:24, Ilya Biryukov wrote: > > Ah, some older gcc versions can't handle raw string literals inside macro > arguments. > +Haojian Wu, could you fix this? When do you plan to fix this, bots are now broken for a while... (I don't have my SVN/Github access in place to revert

Re: [clang] bc24014 - [c++20] Implement P1185R2 (as modified by P2002R0).

2019-12-11 Thread Yvan Roux via cfe-commits
Hi Richard, ARM bots are broken after this commit, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/12109/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Acxx2a-three-way-comparison.cpp Thanks, Yvan On Wed, 11 Dec 2019 at 02:24, Richard Smith via cfe-co

Re: [PATCH] D71186: Reland "[AST] Traverse the class type loc inside the member type loc.""

2019-12-10 Thread Yvan Roux via cfe-commits
Hi Haojian, AArch64 bots are broken after this commit, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/21125/steps/ninja%20check%201/logs/stdio Thanks Yvan On Mon, 9 Dec 2019 at 11:30, pre-merge checks [bot] via Phabricator via cfe-commits wrote: > >

Re: r371605 - [Diagnostics] Add -Wsizeof-array-div

2019-09-11 Thread Yvan Roux via cfe-commits
Hi David, This commit broken ARMv7 bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/10203/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Adiv-sizeof-array.cpp Thanks, Yvan On Wed, 11 Sep 2019 at 12:58, David Bolvansky via cfe-commits wrote: >

Re: r371182 - Reland [LifetimeAnalysis] Support more STL idioms (template forward declaration and DependentNameType)

2019-09-06 Thread Yvan Roux via cfe-commits
Hi Matthias, this commit broke AArch64 bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/19917/steps/ninja%20check%201/logs/stdio Thanks, Yvan On Fri, 6 Sep 2019 at 10:54, Matthias Gehre via cfe-commits wrote: > > Author: mgehre > Date: Fri Sep

Re: r367675 - [OpenCL] Allow OpenCL C style vector initialization in C++

2019-08-05 Thread Yvan Roux via cfe-commits
On Mon, 5 Aug 2019 at 13:16, Anastasia Stulova wrote: > > Hi Yvan, > > > Sorry for this, it should now be fixed in r367823. Issue fixed, Thanks Anastasia > > Thanks, > > Anastasia > > > > > From: Yvan Roux > Sent: 02 August 2019 14:09 > To: Anastasia Stulova >

Re: r367675 - [OpenCL] Allow OpenCL C style vector initialization in C++

2019-08-02 Thread Yvan Roux via cfe-commits
Hi Anastasia, This commit broke ARMv8 bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/14655/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Avector_literals_valid.cl Thanks, Yvan On Fri, 2 Aug 2019 at 13:18, Anastasia Stulova via cfe-commits wro

Re: r364080 - [OPENMP]Fix PR42068: Vla type is not captured.

2019-06-23 Thread Yvan Roux via cfe-commits
Hi Alexey, This commit broke ARM bots, logs are availabale here: http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/13627/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Aparallel_codegen.cpp Thanks, Yvan On Fri, 21 Jun 2019 at 19:25, Alexey Bataev via cfe-commits wrote: > > Aut

Re: [PATCH] D63451: P0840R2: support for [[no_unique_address]] attribute

2019-06-23 Thread Yvan Roux via cfe-commits
On Fri, 21 Jun 2019 at 19:38, Richard Smith wrote: > > Thanks, should hopefully be fixed by r364081. Problem fixed, Thanks richard. > On Fri, 21 Jun 2019 at 01:12, Yvan Roux via cfe-commits > wrote: >> >> Hi Richard, >> >> This commit broke ARM bots,

Re: [PATCH] D63451: P0840R2: support for [[no_unique_address]] attribute

2019-06-21 Thread Yvan Roux via cfe-commits
Hi Richard, This commit broke ARM bots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/13576/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Atail-padding.cpp Thanks, Yvan On Thu, 20 Jun 2019 at 23:06, John McCall via Phabricator via llvm-commits wro

Re: r349063 - [CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFC

2018-12-18 Thread Yvan Roux via cfe-commits
On Mon, 17 Dec 2018 at 18:34, Ilya Biryukov wrote: > > Hi Yvan, sorry for the inconvenience. > > I believe this is the same as https://llvm.org/PR40033, should be fixed by > r349362 (the build hasn't finished yet). > I'll double check it's fixed tomorrow and make sure to take another look if > n

Re: r349063 - [CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFC

2018-12-17 Thread Yvan Roux via cfe-commits
Hi Ilya, I'm not sure which one of the commits in that series is to blame, but ARM bots are broken due to a failure in CodeCompleteTest.cpp, most recent logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/6090/steps/ninja%20check%201/logs/FAIL%3A%20Clang-Unit

Re: [clang-tools-extra] r347675 - [clangd] textDocument/SymbolInfo extension

2018-11-28 Thread Yvan Roux via cfe-commits
On Wed, 28 Nov 2018 at 12:28, Yvan Roux wrote: > > On Wed, 28 Nov 2018 at 11:16, Mikael Holmén > wrote: > > > > > > > > On 11/28/18 11:09 AM, Jan Korous wrote: > > > Thanks for the notice and sorry for the delay! I somehow missed the > > > failure mails before I went offline yesterday. > > > > >

Re: [clang-tools-extra] r347675 - [clangd] textDocument/SymbolInfo extension

2018-11-28 Thread Yvan Roux via cfe-commits
On Wed, 28 Nov 2018 at 11:16, Mikael Holmén wrote: > > > > On 11/28/18 11:09 AM, Jan Korous wrote: > > Thanks for the notice and sorry for the delay! I somehow missed the > > failure mails before I went offline yesterday. > > > > I am just running tests on my fix now and hopefully pushing shortly.

Re: [clang-tools-extra] r347675 - [clangd] textDocument/SymbolInfo extension

2018-11-28 Thread Yvan Roux via cfe-commits
On Wed, 28 Nov 2018 at 09:56, Mikael Holmén via cfe-commits wrote: > > Hi Jan, > > This code doesn't compile with clang 3.6.0: And broke ARM bots, logs available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/5582/steps/build%20stage%201/logs/stdio Cheers, Yvan > ../too

Re: [PATCH] D52840: Include Python binding tests in CMake rules

2018-10-16 Thread Yvan Roux via cfe-commits
Hi Michal, AArch64 bots are broken as well, logs are available at: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/15717/steps/ninja%20check%201/logs/stdio Cheers, Yvan On Mon, 15 Oct 2018 at 20:39, Ulrich Weigand via Phabricator via cfe-commits wrote: > > uweigand added a com

r344593 - Add target requirement to profile remap test.

2018-10-16 Thread Yvan Roux via cfe-commits
Author: yroux Date: Tue Oct 16 01:47:36 2018 New Revision: 344593 URL: http://llvm.org/viewvc/llvm-project?rev=344593&view=rev Log: Add target requirement to profile remap test. Fix bots which don't have x86_64 target built (ARM/AArch64). Differential Revision: https://reviews.llvm.org/D53272

Re: r344199 - Add a flag to remap manglings when reading profile data information.

2018-10-10 Thread Yvan Roux via cfe-commits
Hi Richard, This patch broke ARM bots which don't have x86_64 target available. Logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/4326/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Aprofile-remap.cpp Cheers, Yvan On Thu, 11 Oct 2018 at 01:15, Richard

Re: [PATCH] D51438: [clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.

2018-09-18 Thread Yvan Roux via cfe-commits
Seems that it was fixed earlier today. Thanks, Yvan On Tue, 18 Sep 2018 at 19:31, Yvan Roux wrote: > > Hi Sam, > > It took a very long time to identify it, but this commit broke ARMv7 > bots, where this test hangs. Logs are available here (initial ones > are too old): > > http://lab.llvm.org:80

Re: [PATCH] D51438: [clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.

2018-09-18 Thread Yvan Roux via cfe-commits
Hi Sam, It took a very long time to identify it, but this commit broke ARMv7 bots, where this test hangs. Logs are available here (initial ones are too old): http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/3685/steps/ninja%20check%201/logs/stdiohttp://lab.llvm.org:8011/builders/

Re: [PATCH] D51852: [clangd] Implement FuzzyFindRequest JSON (de)serialization

2018-09-10 Thread Yvan Roux via cfe-commits
On Mon, 10 Sep 2018 at 16:36, Kirill Bobyrev via Phabricator wrote: > > kbobyrev added a comment. > > In https://reviews.llvm.org/D51852#1228883, @yroux wrote: > > > Hi Kirill, > > > > This commit broke ARMV8 buildbots, logs are available here: > > > > http://lab.llvm.org:8011/builders/clang-cma

Re: [PATCH] D51852: [clangd] Implement FuzzyFindRequest JSON (de)serialization

2018-09-10 Thread Yvan Roux via cfe-commits
Hi Kirill, This commit broke ARMV8 buildbots, logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/6493/steps/build%20stage%201/logs/stdio Thanks Yvan On Mon, 10 Sep 2018 at 13:52, Kirill Bobyrev via Phabricator via llvm-commits wrote: > > This revision was a

[libcxxabi] r339865 - [libcxxabi] Fix test_exception_address_alignment test for ARM

2018-08-16 Thread Yvan Roux via cfe-commits
Author: yroux Date: Thu Aug 16 04:38:09 2018 New Revision: 339865 URL: http://llvm.org/viewvc/llvm-project?rev=339865&view=rev Log: [libcxxabi] Fix test_exception_address_alignment test for ARM Check _LIBCXXABI_ARM_EHABI macro instead of libunwind version. Fixes PR34182 Differential revision: h

Re: [PATCH] D50645: [clangd] Show non-instantiated decls in signatureHelp

2018-08-16 Thread Yvan Roux via cfe-commits
Hi Ilya, This commit broke some of ARM's bots, log are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/3120/steps/ninja%20check%201/logs/stdio Thanks Yvan On Tue, 14 Aug 2018 at 11:37, Phabricator via Phabricator via cfe-commits wrote: > > This revision was aut

Re: [PATCH] D46964: Implement class deduction guides for `std::array`

2018-05-24 Thread Yvan Roux via cfe-commits
Hi Marshall, ARM and AArch64 libcxx buildbots are broken since that commits, logs are available at: http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-armv7-linux/builds/107/steps/test.libcxx/logs/FAIL%3A%20libc%2B%2B%3A%3Adeduct.pass.cpp Thanks Yvan On 18 May 2018 at 23:05, Marshall

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: r326156 - [analyzer] Logging test typo quickfix.

2018-02-27 Thread Yvan Roux via cfe-commits
Hi George, On 27 February 2018 at 02:31, George Karpenkov via cfe-commits wrote: > Author: george.karpenkov > Date: Mon Feb 26 17:31:06 2018 > New Revision: 326156 > > URL: http://llvm.org/viewvc/llvm-project?rev=326156&view=rev > Log: > [analyzer] Logging test typo quickfix. > > Modified: >

Re: r325850 - [Darwin] Add a test to check clang produces accelerator tables.

2018-02-23 Thread Yvan Roux via cfe-commits
Hi Davide, This patch broke ARM and AArch64 bots (x86_64 apple targets are not available on these bots). Logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/15940/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Adebug-info-section-macho.c Thanks Yvan On 23 F

Re: [PATCH] D41271: [RISCV] Propagate -mabi and -march values to GNU assembler.

2018-01-17 Thread Yvan Roux via cfe-commits
Hi Ana On 17 January 2018 at 23:14, Ana Pazos via Phabricator via cfe-commits wrote: > apazos added a comment. > > Committed R32276 This commit broke ARM/AArch64 buildbots. riscv-gnutools.c test fails on these boxes. logs are available here: http://lab.llvm.org:8011/builders/clang-cmake-aarch64

Re: [PATCH] D42157: [clang-cl] Let /FA output use intel assembly.

2018-01-17 Thread Yvan Roux via cfe-commits
On 17 January 2018 at 17:05, Nico Weber wrote: > r322674 attempts to fix. Fixed on ARM bots. Thanks > On Wed, Jan 17, 2018 at 10:54 AM, Yvan Roux via cfe-commits > wrote: >> >> Hi Nico, >> >> On 17 January 2018 at 14:35, Nico Weber via Phabricator via >>

Re: [PATCH] D42157: [clang-cl] Let /FA output use intel assembly.

2018-01-17 Thread Yvan Roux via cfe-commits
Hi Nico, On 17 January 2018 at 14:35, Nico Weber via Phabricator via cfe-commits wrote: > thakis closed this revision. > thakis added a comment. > > r322652, thanks! This commit broke ARM bots: http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/14839 Cheers, Yvan > > https://review