User Details
- User Since
- Oct 3 2022, 12:33 PM (51 w, 23 h)
Jul 26 2023
Rebase onto main
Improve readability of report_diff()
@daltenty pinging for review
Formatting
@ldionne re-pinging for review.
Rebase
Jun 27 2023
Cleanup
@ldionne re-ping
Jun 13 2023
Rebase onto patch for symbol checking refactor.
Fix diff.py
Rebase and cleanup
Jun 4 2023
Rebase and update logic
Jun 1 2023
Rebase and update __init__.py
May 18 2023
May 16 2023
Consolidate similar logic found in utils and extract
Using a simple C file:
#include <stdio.h>
Add args.removed_only
Fix count used for removed and changed symbols
Cleanup scripts, fixed circular import
Small cleanup
@ldionne This is a prototype for a complete refactor of the symbol checker. There's a lot I don't know about other platforms and what we should expect to support, so please share your thoughts.
May 9 2023
May 8 2023
Remove leftover marker
Don't claim -k when checking target
May 4 2023
Update sym_diff.py path in lit test
May 3 2023
Update CMake target and run-buildbot function
Update lit test
May 2 2023
Update CMakeLists.txt
@ldionne I'd also like your input on how to handle the current generate-cxx-abilist target.
Create libc++ lit test
Add --only-stdlib-symbols option to generate_abi_list.py
Move files to runtimes/utils/
I don't think we want to use the top-level utils/ directory for this, this is closely related to the runtimes. Maybe we could put it under runtimes/utils?
Apr 24 2023
@ldionne please give your thoughts on everything laid out in the summary of this patch and let me know your thoughts
Apr 21 2023
Apr 20 2023
Rebase
Apr 19 2023
Update CMakeLists.txt
Apr 6 2023
Add unsupported target test case
Apr 5 2023
Add -c test case
Apr 4 2023
Mar 27 2023
Remove NoArgumentUnused, claim -K when checking target.
Mar 21 2023
Mar 20 2023
Closing as this revision has landed
Closing as this revision has landed
Closing as this revision has landed
https://reviews.llvm.org/rG0fae851824bc1b64a727aeb331b7a0787599bd1f
Rebase
Clean up test case
Update test case
Add test case
Mar 19 2023
nit: spacing
Allow user-specified -L and -l options
Mar 15 2023
Add missing bracket
Add missing bracket
Rebase
Rebase for push
Rebase
Don't claim when checking for object file
Fix segfault
Mar 14 2023
Wildcard check for -l.
Update test case
Make -p a CC1 option.