Go to file
Jan Vesely c0ae1a038f build/cmake: Fix CMP0023 warning with libffi
Fixes:
CMake Warning (dev) at lib/ExecutionEngine/Interpreter/CMakeLists.txt:16 (target_link_libraries):
  Policy CMP0023 is not set: Plain and keyword target_link_libraries
  signatures cannot be mixed.  Run "cmake --help-policy CMP0023" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The keyword signature for target_link_libraries has already been used with
  the target "LLVMInterpreter".  All uses of target_link_libraries with a
  target should be either all-keyword or all-plain.

  The uses of the keyword signature are here:

   * cmake/modules/AddLLVM.cmake:345 (target_link_libraries)

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 217154
2014-09-04 14:21:10 +00:00
clang Refactor VariantMatcher::MatcherOps to reduce the amount of generated code. 2014-09-04 14:13:58 +00:00
clang-tools-extra [clang-tidy] Add an option to export suggested fixes into a file. 2014-09-04 10:31:23 +00:00
compiler-rt Fix building sanitizer_linux_libcdep.cc on FreeBSD 2014-09-04 13:58:59 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement isinf builtin 2014-09-03 15:55:40 +00:00
libcxx Define ELAST in libcxx's config header on FreeBSD 2014-09-04 13:25:46 +00:00
libcxxabi Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts 2014-09-02 21:23:49 +00:00
lld Move function. No functionality change. 2014-09-04 02:52:26 +00:00
lldb Use the process' ReadCStringFromMemory from DYLDRendezvous::ReadStringFromMemory. 2014-09-04 14:16:19 +00:00
llvm build/cmake: Fix CMP0023 warning with libffi 2014-09-04 14:21:10 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Fix formatting 2014-08-31 16:21:20 +00:00