]> granicus.if.org Git - clang/commit
[PGO] Enable clang to pass compiler-rt profile support library to linker on Windows
authorNathan Slingerland <slingn@gmail.com>
Tue, 5 Jan 2016 18:27:06 +0000 (18:27 +0000)
committerNathan Slingerland <slingn@gmail.com>
Tue, 5 Jan 2016 18:27:06 +0000 (18:27 +0000)
commit6cd29149484f3abdd4abb4a19bb20693af71083c
treea72e1ded571b416efc284d611cdbf8a36484d554
parent525a0735b168dc9f8fbfb8e9129ff057222b2c70
[PGO] Enable clang to pass compiler-rt profile support library to linker on Windows

Summary: This change enables clang to automatically link binaries built with the -fprofile-instr-generate against the clang_rt.profile-i386.lib library.

Reviewers: davidxl, dnovillo

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D15833

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256855 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/instrprof-ld.c