Page MenuHomeFreeBSD

llvm19: fix incremental builds
ClosedPublic

Authored by brooks on Oct 23 2024, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 9 2024, 4:25 AM
Unknown Object (File)
Dec 2 2024, 5:18 PM
Unknown Object (File)
Nov 24 2024, 11:12 AM
Unknown Object (File)
Nov 21 2024, 4:08 AM
Unknown Object (File)
Nov 20 2024, 1:16 PM
Unknown Object (File)
Nov 9 2024, 6:17 PM
Unknown Object (File)
Nov 9 2024, 6:17 PM
Unknown Object (File)
Nov 9 2024, 6:16 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