User Details
- User Since
- Aug 9 2018, 5:42 PM (268 w, 4 d)
Aug 21 2023
@azharudd I don't believe I have commit access, could you land this for me?
Aug 10 2023
Updated the diff to
- limit changes to clang-stage1-RA
- only skip-triggering new jobs
- Added option to override node config in job config (defaults to green-dragon-02)
Aug 3 2023
Feb 21 2023
Merged in with 0476dede37838e2f765f50dd26734cfced9d90d9
Feb 16 2023
Mar 7 2022
Ping for further feedback (or commit)
Feb 11 2022
Hi @thakis , I think the following patch caused the MSVC based buildbots to fail (see https://lab.llvm.org/buildbot/#/builders/123/builds/8915)
@rgal no I don't think there is anything stopping this. Feel free to commit this for me (sorry for the delayed response)
Nov 18 2021
@lhames Ping for review
Nov 5 2021
Hi @RKSimon ,
First, let me apologize as I completely forgot the original bug was assigned to me. Thank you for tackling this.
Oct 2 2021
use shared_ptrs
@lhames When you say "original fix" do you mean the fix where I moved DefaultMMapper to be a member of SectionMemoryManager?
Sep 17 2021
@lhames Sorry for the broken build, I didn't realize clang tests would be affected here.
Sep 14 2021
@lhames update made. Thank you for the feedback/insight. If this looks good, could you go ahead and commit this for me (and possibly https://reviews.llvm.org/D107084 as well)
Aug 24 2021
@lhames Ping to commit this if you're able :)
@lhames ping for update
Aug 16 2021
@lhames You are correct! I wasn't familiar with ManagedStatic but that does fix it. Do you prefer that approach to what's here? If so, I'll go ahead and update the diff. Originally I thought it made sense to have DefaultMMapperInstance be an instance variable of the SectionMemoryManager since it's the only place it's used, but perhaps not since I would have to move the corresponding class definition into the SectionMemoryManager as I did here
Hi @lhames , thanks for the review. Could I have you commit this for me? I do not have commit access
Jul 29 2021
Mar 15 2021
Hi @ayermolo , looks like
llvm/test/DebugInfo/X86/symbolize-debug-fission-single.test
Feb 10 2021
Looks like this commit caused some test failures on linux build machines. Buildbots for reference:
http://lab.llvm.org:8011/#/builders/94/builds/2238
http://lab.llvm.org:8011/#/builders/105/builds/5805
Feb 9 2021
Hi @Tyker , I believe this patch is causing the following test to fail: clang/test/CodeGen/builtin-align-assumption.c
Feb 3 2021
Hi @int3 , It looks like either this or https://reviews.llvm.org/D95265 is causing linking issues on Windows due to some MachO changes. Could I have you take a look?
Jan 15 2021
@dyung I don't have commit access, would you mind commiting this for me ?
May 4 2020
- Fix formatting
May 3 2020
- Converted to range-based for loop
@rnk Thanks for the suggestions, I've updated it. If it looks good on your end, yes, I would appreciate it if you could commit this for me, I don't have commit access.
Apr 30 2020
Apr 29 2020
@rnk Sorry for the delay, I moved the file path length handling accordingly
- moved handling of long paths to createGraphFilename()
Apr 15 2020
So, if I want clang to overwrite some file, all I have to do is pass clang -mllvm -view-dag-combine1-dags and I can create a file with a name from the input source? That seems dangerous.
Apr 13 2020
Ping requesting review
Mar 26 2020
- removed static declaration from header file
- cleaned up code according to clang-tidy specifications
I've attached a reproducible.zip folder. To reproduce this bug, unzip the folder and compile multiply.cpp to LLVM IR and then run
Feb 24 2020
@RKSimon Thank you for the review, would you be able to commit this for me? I don't have commit access
Feb 19 2020
Jan 24 2020
Thank you for the review @spatel . I do not have commit access, could you possibly commit this for me?
Jan 23 2020
@RKSimon I removed the unnecessary braces. Good catch
@spatel My mistake! I have run clang-format on the patch and the diff should be cleaned up
Ran clang-format on the patch
Jan 16 2020
Oct 3 2019
@rupprecht Thanks for the explanation, that makes perfect sense. This LGTM (but note that I'm fairly new to the binutils)
Oct 2 2019
@rupprecht With most of the lit test adjustments here the only change was the ordering, which makes sense. Could you help me understand why the addition of the various [1-9] style regex expressions were also added to certain tests? Are those just ensuring more verbose matches with FileCheck?
Sep 29 2019
@rupprecht A bit of a beginner to LLVM, but why add the suppression for DynamicRelocations when --disassemble is provided?
Sep 12 2019
Thanks for the review all. I don't have commit access, @grimar could you commit this for me?
Sep 11 2019
@grimar my apologies. I reuploaded the patch with more context according to the documentation you linked! Also, made the changes suggested via the comments above
Sep 10 2019
Restored check-empty check as suggested by @ychen
Sep 9 2019
Relevant BugZilla Bug: https://bugs.llvm.org/show_bug.cgi?id=41830
Feb 1 2019
@thakis thanks for the review. I don't have commit access, would you mind committing this for me?
@stella.stamenova These are the changes from our previous discussion regarding the usage of %T
Jan 31 2019
@stella.stamenova @thakis Thanks for the feedback all, I will go ahead and make this change to the way I'm representing directories, open a new diff for review, and add you as a reviewer.
Jan 24 2019
@stella.stamenova thanks for the review. I don't have commit access, would you mind committing this for me?
Jan 23 2019
@stella.stamenova Thanks for the input, what about now?
@stella.stamenova Good suggestion, I think you are right. I have updated the diff to use %t, that way any end-users can control the way their lit test work in a read-only mount by simply altering the test_exec_root in their config
Dec 13 2018
Dec 12 2018
@cfe-commits Re-pinging this group to request a review on this patch
Oct 22 2018
@cfe-commits ping requesting a review on this patch