[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 16:20:59 PST 2016


davidxl added inline comments.

================
Comment at: test/Driver/instrprof-ld.c:119
@@ +118,3 @@
+//
+// CHECK-WINDOWS: "{{(.*[^-.0-9A-Z_a-z])?}}link{{(.exe)?}}"
+// CHECK-WINDOWS-I386: "{{.*}}clang_rt.profile-i386.lib"
----------------
Is this check necessary?


http://reviews.llvm.org/D15833





More information about the llvm-commits mailing list