[PATCH] D18007: [test-suite] Append LDFLAGS to LINK_LIBRARIES
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 14:37:17 PST 2016
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
Tried this and it works fine for me (the -Xlinker 0x800000 that made switch away from target_link_library() is still passed correctly to the linker).
LGTM.
================
Comment at: cmake/modules/SingleMultiSource.cmake:243
@@ -238,2 +242,2 @@
endmacro()
-
\ No newline at end of file
+
----------------
accidental newline?
http://reviews.llvm.org/D18007
More information about the llvm-commits
mailing list