[PATCH] D15833: [PGO] Enable clang to pass compiler-rt profile support library to linker on Windows

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 17:12:19 PST 2016


davidxl added inline comments.

================
Comment at: test/Driver/instrprof-ld.c:114
@@ +113,3 @@
+//
+// CHECK-WINDOWS-I386: "{{(.*[^-.0-9A-Z_a-z])?}}link{{(.exe)?}}"
+// CHECK-WINDOWS-I386: "{{.*}}clang_rt.profile-i386.lib"
----------------
Can the linker be 'lld-link.exe'?


http://reviews.llvm.org/D15833





More information about the llvm-commits mailing list