Skip to content

Support -Xclang -fobjc-dispatch-method flag for caching#2696

Open
nunoleitao-ops wants to merge 1 commit into
mozilla:mainfrom
nunoleitao-ops:support-xclang-fobjc-dispatch-method
Open

Support -Xclang -fobjc-dispatch-method flag for caching#2696
nunoleitao-ops wants to merge 1 commit into
mozilla:mainfrom
nunoleitao-ops:support-xclang-fobjc-dispatch-method

Conversation

@nunoleitao-ops
Copy link
Copy Markdown

Add -fobjc-dispatch-method to the clang ARGS table so that compilation units passing -Xclang -fobjc-dispatch-method=<value> (used by ObjC/GNUstep builds) are cached rather than falling back to direct compiler invocation.

Add `-fobjc-dispatch-method` to the clang ARGS table so that compilation
units passing `-Xclang -fobjc-dispatch-method=<value>` (used by ObjC/GNUstep
builds) are cached rather than falling back to direct compiler invocation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.35%. Comparing base (c0db872) to head (38bbadd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2696   +/-   ##
=======================================
  Coverage   74.34%   74.35%           
=======================================
  Files          70       70           
  Lines       39373    39387   +14     
=======================================
+ Hits        29271    29285   +14     
  Misses      10102    10102           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants