-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust object-introspection to llvm-18 API changes #506
Adjust object-introspection to llvm-18 API changes #506
Conversation
This pull request was exported from Phabricator. Differential Revision: D61548431 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks again for your support!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #506 +/- ##
==========================================
- Coverage 60.79% 60.79% -0.01%
==========================================
Files 126 126
Lines 12491 12493 +2
Branches 2014 2014
==========================================
+ Hits 7594 7595 +1
- Misses 3940 3941 +1
Partials 957 957 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D61548431 |
…tal#506) Summary: Pull Request resolved: facebookexperimental#506 LLVM-18 changed the `CompilerInvocation` APIs to return references instead of pointers... Reviewed By: JakeHillion Differential Revision: D61548431
9eaf79b
to
afc4104
Compare
…tal#506) Summary: Pull Request resolved: facebookexperimental#506 LLVM-18 changed the `CompilerInvocation` APIs to return references instead of pointers... Reviewed By: JakeHillion Differential Revision: D61548431
This pull request was exported from Phabricator. Differential Revision: D61548431 |
afc4104
to
8c71972
Compare
Not sure why this test job failed. Seems unrelated to the changes. |
How strange, that CI job isn't usually flaky. I restarted it and you're good to land this in Phabricator now. |
40d3f39
into
facebookexperimental:main
Summary: LLVM-18 changed the
CompilerInvocation
APIs to return references instead of pointers...Differential Revision: D61548431