| commit | 0affb938946183c6aa7332cb17d57a930e2ecb9c | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Tue Nov 10 00:20:34 2015 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Tue Nov 10 00:20:34 2015 +0000 |
| tree | a5d7f0d2689e5d578c6b9210778b4ef90d4fbfea | |
| parent | 3bfc3e2d2a8a57faf0946a2babc5320452546a14 [diff] |
[Driver] Use platform-appropriate profiling libraries for WatchOS, TVOS When adding profiling instrumentation, use libclang_rt.profile_tvos.a for TVOS targets and libclang_rt.profile_watchos.a for WatchOS targets. I've also fixed up a comment and added an assert() that prevents us from defaulting to an incorrect platform. Differential Revision: http://reviews.llvm.org/D14521 Reviewed-by: t.p.northover llvm-svn: 252558