Page MenuHomeFreeBSD

llvm19: fix incremental builds
ClosedPublic

Authored by brooks on Oct 23 2024, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 1:28 AM
Unknown Object (File)
Fri, Nov 7, 11:19 PM
Unknown Object (File)
Fri, Nov 7, 2:31 AM
Unknown Object (File)
Sat, Nov 1, 7:30 AM
Unknown Object (File)
Wed, Oct 29, 3:45 PM
Unknown Object (File)
Wed, Oct 29, 3:16 PM
Unknown Object (File)
Sep 13 2025, 7:40 PM
Unknown Object (File)
Sep 12 2025, 7:10 AM
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