Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Use the $(DS) variable and this will be good go.
test/functionalities/load_unload/Makefile | ||
---|---|---|
28 ↗ | (On Diff #29718) | I believe our base makefile rules have a variable names $(DS) so this should probably be: DS_IF_DARWIN = $(DS) -o $@.dSYM $@ |
test/functionalities/load_unload/Makefile | ||
---|---|---|
28 ↗ | (On Diff #29803) | I don't think this test loads the base makefile rules. |
Comment Actions
The eventual and correct fix it to source the main makefile rules and use the DYLIB_* make variables for LIB_A, and make equivalent DYLIB2_*, DYLIB3_*, DYLIB4_* variables which would allow the top level makefile rules to compile up to 4 shared libraries in one makefile and then use those for LIB_B, LIB_C and LIB_D.