Skip to content

Don't wait depfiles for gcc/clang preprocessed inputs#2665

Open
AJIOB wants to merge 1 commit intomozilla:mainfrom
AJIOB:fix-asm-depfile
Open

Don't wait depfiles for gcc/clang preprocessed inputs#2665
AJIOB wants to merge 1 commit intomozilla:mainfrom
AJIOB:fix-asm-depfile

Conversation

@AJIOB
Copy link
Copy Markdown
Contributor

@AJIOB AJIOB commented Apr 3, 2026

Fixes #2664

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 3, 2026

Codecov Report

❌ Patch coverage is 96.87500% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.25%. Comparing base (d11e2e0) to head (79cbc5f).

Files with missing lines Patch % Lines
src/compiler/gcc.rs 96.87% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2665      +/-   ##
==========================================
+ Coverage   74.17%   74.25%   +0.07%     
==========================================
  Files          70       70              
  Lines       39207    39255      +48     
==========================================
+ Hits        29083    29149      +66     
+ Misses      10124    10106      -18     

☔ 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.

@AJIOB
Copy link
Copy Markdown
Contributor Author

AJIOB commented Apr 14, 2026

Hi @sylvestre ,

Friendly ping for this PR (and anothers too, please).

I hope you have some time for it.

@AJIOB AJIOB force-pushed the fix-asm-depfile branch from 02eb29a to 79cbc5f Compare April 17, 2026 11:31
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.

Assembly without preprocessing doesn't ignore depfile

2 participants