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)
commitd6728add42d43d98fc52498092192895ed5308ef
treed3be58f18ff942ad7c20f9f076267ed01de4cd4d
parent124c86ee4a9a4d63e488abcba931175b6fd9f42b
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203419 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt