User Details
- User Since
- Feb 15 2020, 9:23 AM (162 w, 3 d)
Yesterday
I've added reviewers that are more familiar with AIX
Fri, Mar 24
LGTM
Would it be better to remove the lines and just leave the FIXME comments? I don't know if leaving commented out code is good style, but please correct me if I'm wrong and this is done elsewhere
LGTM
Thu, Mar 23
LGTM
Hi @paulkirth, this testcase is still failing the same way on the AIX bot even after this change https://lab.llvm.org/buildbot/#/builders/214/builds/6557. Can this change be reverted until we figure out the proper fix?
Tue, Mar 21
LGTM, thanks for the quick fix!
Hi, I think this patch is causing a failure on the clang-ppc64-aix bot here https://lab.llvm.org/buildbot/#/builders/214/builds/6531/steps/6/logs/FAIL__LLVM-Unit__83 . Would you be able to take a look?
Mon, Mar 20
Hi, this is also causing a failure on the clang-ppc64-aix bot https://lab.llvm.org/buildbot/#/builders/214/builds/6519
Thu, Mar 2
LGTM
Feb 22 2023
LGTM
Feb 13 2023
LGTM
Nov 18 2022
Sep 16 2022
Move subsitution outside regex
Add some more tests
Forgot to add DMSG to one more line
Sep 13 2022
On z/OS this would also break the build because there is no support for TLS. To workaround this we have disabled LLVM_ENABLE_THREADS here https://github.com/llvm/llvm-project/blob/main/llvm/CMakeLists.txt#L478 . Would we be able to move the declaration inside #if LLVM_ENABLE_THREADS? Thanks in advance
Jul 25 2022
Jul 22 2022
Jul 11 2022
Jul 8 2022
Thanks, I have changed it to alignas and removed the static_assert.
Update comment
Use alignas and remove assert.
empty commit
Jun 23 2022
ping :)
Jun 10 2022
LGTM
Jun 9 2022
LGTM
LGTM
Apr 13 2022
Apr 11 2022
this LGTM from a systemz perspective! thanks for refactoring
Mar 15 2022
Thanks for the quick fix! There is another place where a similar situation happened. This header #include "llvm/Support/BCD.h" is being used in llvm/lib/Support/Host.cpp as well.
Mar 14 2022
Hello, there is a usage of the needConversion function in MemoryBuffer.cpp which requires the following header #include "llvm/Support/AutoConvert.h" for z/OS. Can this header be added back to MemoryBuffer.cpp? I think it's usage was missed because it is guarded for z/OS only.
Feb 17 2022
formatting
Feb 16 2022
fix patch
Feb 11 2022
Feb 4 2022
LGTM
Feb 3 2022
LGTM, but I think you need a libc++ group reviewer approval
Feb 1 2022
LGTM
Jan 26 2022
Jan 25 2022
Jan 5 2022
LGTM with minor formatting comment
Oct 21 2021
LGTM
Oct 13 2021
LGTM, but I think you need a group reviewer approval
Oct 8 2021
LGTM
Oct 7 2021
Sep 24 2021
LGTM
Sep 7 2021
LGTM
Aug 31 2021
LGTM
Aug 27 2021
LGTM
Aug 5 2021
LGTM
Jul 30 2021
LGTM
Jul 27 2021
LGTM
Jul 14 2021
LGTM
Jun 30 2021
LGTM
Jun 22 2021
LGTM
Jun 21 2021
you still need a group reviewer to approve, but this LGTM
Jun 8 2021
Jun 7 2021
Address rnk's comments and rename to ExtraFlags
Fixed line endings