| commit | e8ddf9e9db2cb94aa617514e533fb5cd2502515d | [log] [tgz] |
|---|---|---|
| author | Nathan Slingerland <slingn@gmail.com> | Tue Jan 05 18:27:06 2016 +0000 |
| committer | Nathan Slingerland <slingn@gmail.com> | Tue Jan 05 18:27:06 2016 +0000 |
| tree | ebe9e3b8420b9e3d284e3eacb8334f4c743e320d | |
| parent | 1e06636b3268bab5831f55ceaac7c57aef100331 [diff] |
[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 llvm-svn: 256855