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

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 16:21:42 PST 2016


I meant the first line that checks the linker.

David

On Mon, Jan 4, 2016 at 4:20 PM, David Li <davidxl at google.com> wrote:
> 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