| commit | b63109944d3ef77b3b4a39eaf1908edfe2fbb8cb | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Mon Oct 24 21:58:58 2016 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Mon Oct 24 21:58:58 2016 +0000 |
| tree | dc2310ecb1dfffffee66753372f188ac2b092b37 | |
| parent | c5b7262073bfb4c1237687a65107f532de58fc84 [diff] |
cmake: Rename installhdrs to install-llvm-headers and fix the dependencies The installhdrs target was inconsistently named and would behave differently depending on whether or not you ran a build first. This renames it to install-llvm-headers to match other target names and adds a dependency on intrinsics_gen so that it will always install the same set of things. llvm-svn: 285035