Page MenuHomeFreeBSD

Remove old generated unwind.h when using LLVM libunwind
ClosedPublic

Authored by emaste on Jan 21 2016, 3:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 8:11 AM
Unknown Object (File)
Wed, Apr 17, 8:08 AM
Unknown Object (File)
Jan 22 2024, 6:04 PM
Unknown Object (File)
Dec 20 2023, 12:39 AM
Unknown Object (File)
Dec 8 2023, 9:57 PM
Unknown Object (File)
Nov 23 2023, 11:13 PM
Unknown Object (File)
Nov 3 2023, 3:03 PM
Unknown Object (File)
Oct 13 2023, 6:16 PM
Subscribers
None

Details

Summary

When not using LLVM libunwind, unwind.h is a generated header and a stale copy may remain in the OBJDIR after enabling LLVM libunwind. Explicitly remove it.

Reported by: bz

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Remove old generated unwind.h when using LLVM libunwind.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: bdrewery.
gnu/lib/libgcc/Makefile
200 ↗(On Diff #12554)

I think either an exists() condition or @ should be used here to hide it. We don't need to see this rm every time we build.

bdrewery edited edge metadata.
This revision is now accepted and ready to land.Jan 21 2016, 9:52 PM
This revision was automatically updated to reflect the committed changes.