Commit 67bccc3
fix: restore preamble-only PCH hash to fix shared preamble test
The previous change hashed compile arguments (including the source file
path) into the preamble hash, causing files with identical preambles but
different paths to generate separate PCH files. Revert to hashing only
the preamble text, matching the behavior before this refactor.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f93ff4b commit 67bccc3
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
450 | 453 | | |
451 | 454 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | 455 | | |
457 | 456 | | |
458 | 457 | | |
| |||
0 commit comments