Page MenuHomeFreeBSD

libclang_rt: Descend into libclang_rt to clean
ClosedPublic

Authored by markj on Jun 9 2025, 9:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 12:33 PM
Unknown Object (File)
Fri, Oct 17, 6:03 AM
Unknown Object (File)
Sat, Oct 11, 2:38 AM
Unknown Object (File)
Fri, Oct 10, 3:08 AM
Unknown Object (File)
Sat, Sep 27, 4:15 AM
Unknown Object (File)
Sep 15 2025, 7:53 PM
Unknown Object (File)
Sep 3 2025, 1:08 PM
Unknown Object (File)
Aug 30 2025, 7:17 AM
Subscribers

Details

Summary

I discovered that during cleanworld, we don't descend into libclang_rt.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jun 9 2025, 9:02 PM

I think this makes sense, thanks. Proves how often I run cleanworld, which is almost never :)

This revision is now accepted and ready to land.Jun 10 2025, 11:21 AM
In D50766#1158776, @dim wrote:

I think this makes sense, thanks. Proves how often I run cleanworld, which is almost never :)

This also affects buildworld WITH_CLEAN=. I noticed because I set some build flags to avoid embedding source paths into object files when WITH_REPRODUCIBLE_BUILD is defined, but they had no effect on certain files in libclang_rt even after a clean buildworld.

This revision was automatically updated to reflect the committed changes.