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

Nathan Slingerland via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 17:00:54 PST 2016


slingn 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"
----------------
davidxl wrote:
> Is this check necessary?
Ah - that wasn't doing quite what I wanted. Similar to the other tests we want to skip to the point where the linker args are given. Fixed.


http://reviews.llvm.org/D15833





More information about the llvm-commits mailing list