| commit | 0e79f7d11d6a76c8509554bde344d0270fea814d | [log] [tgz] |
|---|---|---|
| author | Rong Xu <xur@google.com> | Thu Oct 06 20:38:13 2016 +0000 |
| committer | Rong Xu <xur@google.com> | Thu Oct 06 20:38:13 2016 +0000 |
| tree | 2741e609b578b92128fe2a4d7cae51e2d2d5ae0c | |
| parent | c26d97401c85386a8171cee3a45ee4dafd20de97 [diff] |
[PGO] Create weak alias for the renamed Comdat function Add a weak alias to the renamed Comdat function in IR level instrumentation, using it's original name. This ensures the same behavior w/ and w/o IR instrumentation, even for non standard conforming code. Differential Revision: http://reviews.llvm.org/D25339 llvm-svn: 283490