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.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12088 Build 12390: arc lint + arc unit