Page MenuHomeFreeBSD

llvm19: fix incremental builds
ClosedPublic

Authored by brooks on Oct 23 2024, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 27, 12:13 AM
Unknown Object (File)
Sun, Feb 23, 12:20 AM
Unknown Object (File)
Sun, Feb 9, 7:59 PM
Unknown Object (File)
Mon, Feb 3, 4:12 PM
Unknown Object (File)
Mon, Feb 3, 9:35 AM
Unknown Object (File)
Jan 27 2025, 4:22 PM
Unknown Object (File)
Jan 24 2025, 5:00 PM
Unknown Object (File)
Jan 11 2025, 9:51 PM
Subscribers

Details

Summary

Detect and delete out of date clang-tblgen produced output. I found it
sufficent for compilation to delete only arm_*.inc files, but it seems
safer to regenerate all output and a few clang-tblgen pales in
comparison to the full build we're doing at this point.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable