Go to file
Chris Bieneman 61e900b405 [CMake] Fix rpath construction for out-of-tree builds
This patch was produced in conjunction with Michał Górny. It should resolve the issues that were trying to be solved by D25304.

This moves rpath handling into `llvm_add_library` and `add_llvm_executable` so that it is available to all projects using AddLLVM whether built in-tree or out-of-tree.

llvm-svn: 285714
2016-11-01 17:44:58 +00:00
clang [OpenCL] Override supported OpenCL extensions with -cl-ext option 2016-11-01 15:50:52 +00:00
clang-tools-extra [clang-tidy] Add check readability-redundant-declaration 2016-11-01 13:26:15 +00:00
compiler-rt [tsan] Enable the tsan/libcxx/ testcase(s) on Darwin 2016-10-31 20:50:15 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Protect exceptional paths under libcpp-no-exceptions 2016-11-01 15:46:16 +00:00
libcxxabi Spell libcxxabi-no-threads correctly 2016-10-31 14:14:04 +00:00
libunwind fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy Sequoia 2016-10-31 21:04:17 +00:00
lld Don't store an OutputLoc in every InputSection. 2016-11-01 13:57:19 +00:00
lldb Fix RHEL 6 build with missing cerrno and some other Include What You Use warnings. 2016-11-01 17:11:10 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [CMake] Fix rpath construction for out-of-tree builds 2016-11-01 17:44:58 +00:00
openmp Fixed problem introduced by part of https://reviews.llvm.org/D21196. 2016-11-01 16:19:04 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRemoveSMax rewriter 2016-10-29 06:19:34 +00:00