| commit | c80968e9545cfb76d818e8fd794c17ca5bfd360d | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Fri Feb 28 13:48:03 2014 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Fri Feb 28 13:48:03 2014 +0000 |
| tree | 7e9abe77e508f4afa87981977022aa4460779f7c | |
| parent | 2c2f83ef076523d31d4a124786b87b1a1f99b253 [diff] |
Centralize the handling of install_name and rpath. This centralizes the Makefile handling of -install_name and -rpath. It also moves the cmake build to using @rpath. The reason being that libclang needs it, and it works for everything else. A followup patch will move clang to using this and then there will be a single point to edit to support other systems. llvm-svn: 202499