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, Sep 13, 7:40 PM
Unknown Object (File)
Fri, Sep 12, 7:10 AM
Unknown Object (File)
Thu, Sep 11, 11:51 PM
Unknown Object (File)
Thu, Sep 11, 12:17 PM
Unknown Object (File)
Sep 8 2025, 3:24 AM
Unknown Object (File)
Sep 5 2025, 7:36 AM
Unknown Object (File)
Aug 1 2025, 8:41 AM
Unknown Object (File)
Jul 28 2025, 9:07 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