Aaron Ballman 2e89b71906
[C23] Correctly handle missing embed with -MG (#166188)
-MG is supposed to suppress "file not found" diagnostics and instead
treat those as generated files for purposes of dependency scanning.
Clang was previously emitting the diagnostic instead of emitting the
name of the embedded file.

Fixes #165632
2025-11-04 08:17:50 -05:00
..