[PATCH] D19424: [test-suite] Propagate LDFLAGS variable to executable's LINK_FLAGS property
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 13:00:18 PDT 2016
tra abandoned this revision.
tra added a comment.
In http://reviews.llvm.org/D19424#409314, @MatzeB wrote:
> We had r703aad1d specifically because people needed the -l flags to come after the object files. What sort of flags need to come earlier?
Good point.
I was porting some non-cmake build into the test-suite and wanted to arrange linker flags just so with one object linked before .o files built by cmake from sources. I've figured out a way to do what I wanted using standard cmake features since then, so I don't depend on this change.
http://reviews.llvm.org/D19424
More information about the llvm-commits
mailing list