| commit | 7efc57bc190d1690988e3ca9884208f72ccd554d | [log] [tgz] |
|---|---|---|
| author | Xinliang David Li <davidxl@google.com> | Tue Nov 10 00:35:37 2015 +0000 |
| committer | Xinliang David Li <davidxl@google.com> | Tue Nov 10 00:35:37 2015 +0000 |
| tree | 860baf74f33c1358f4f24e126ba2798bcecb3384 | |
| parent | 86af9e07ff7f2531a8e3a368cd919259064e08ad [diff] |
[PGO] Add LLVM main include dir to profile runtime build Runtime code implicitly depends on the defintions and const values defined in LLVM proper, but currently such dependency is made implicitly by duplicating code across two dirs. As part of the PGO cleanup effort, there will be changes to share common sources. This is a preparation patch to enable it (NFC). Differential Revision: http://reviews.llvm.org/D14487 llvm-svn: 252570