Page MenuHomeFreeBSD

Improve logic of CLEANFILES+=${PROG_FULL}.{bc,ll}.
ClosedPublic

Authored by jonathan on Oct 17 2017, 4:41 PM.
Tags
None
Referenced Files
F153397605: D12703.id34067.diff
Mon, Apr 20, 10:27 PM
F153397597: D12703.id34067.diff
Mon, Apr 20, 10:27 PM
Unknown Object (File)
Mon, Apr 20, 6:32 AM
Unknown Object (File)
Sun, Apr 19, 9:05 PM
Unknown Object (File)
Thu, Apr 16, 10:52 PM
Unknown Object (File)
Thu, Apr 16, 5:41 PM
Unknown Object (File)
Sun, Apr 12, 5:16 PM
Unknown Object (File)
Fri, Apr 10, 12:11 AM
Subscribers
None

Details

Summary

The build rule describing how to create ${PROG_FULL}.{bc,ll} is only
dependent on LLVM_LINK being defined, not on MK_DEBUG_FILES being "yes".
Move the addition of ${PROG_FULL}.{bc,ll} out of the conditional block
under .if ${MK_DEBUG_FILES} != "no" and up next to where the build
rules for ${PROG_FULL}.{bc,ll} are defined.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12088
Build 12390: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 17 2017, 5:21 PM
This revision was automatically updated to reflect the committed changes.