| commit | 7a88ad647636cb9580787db5f6e7e3b8f155127c | [log] [tgz] |
|---|---|---|
| author | Xinliang David Li <davidxl@google.com> | Thu Oct 29 04:08:31 2015 +0000 |
| committer | Xinliang David Li <davidxl@google.com> | Thu Oct 29 04:08:31 2015 +0000 |
| tree | e194f0aa35f9a8e4828bc6297b74069fba0dead4 | |
| parent | d7968879615d9ddca8453c4c45406014747e5a3b [diff] |
[PGO] Do not emit runtime hook user function for Linux Clang driver now injects -u<hook_var> flag in the linker command line, in which case user function is not needed any more. Differential Revision: http://reviews.llvm.org/D14033 llvm-svn: 251612