Work around FreeBSD rtld rpath $ORIGIN limitation
authorEd Maste <emaste@freebsd.org>
Sun, 9 Mar 2014 18:48:45 +0000 (18:48 +0000)
committerEd Maste <emaste@freebsd.org>
Sun, 9 Mar 2014 18:48:45 +0000 (18:48 +0000)
commit644aef8f84b29ab31b9c7bb0b5a647c1edc57c8e
tree4aac208ffd25d0bf922f7e7825b43b92f7650c29
parent39012ccee9beeed881da8989e32dc4e6f2c6c48f
Work around FreeBSD rtld rpath $ORIGIN limitation

FreeBSD's rtld requires the DF_ORIGIN flag set in order to process
$ORIGIN in rpath.

FreeBSD bug http://bugs.freebsd.org/187114

llvm-svn: 203419
llvm/CMakeLists.txt