Go to file
Dan Liew 544f45b39f Emit a warning if llvm_map_components_to_libraries() is used noting that its
use is deprecated in favour of llvm_map_components_to_libnames()

Although message(DEPRECATION "msg") would probably be a better fit this
does nothing if CMAKE_ERROR_DEPRECATED and CMAKE_WARNING_DEPRECATED are
both off, which is the default.

llvm-svn: 214078
2014-07-28 13:36:50 +00:00
clang clang-format: Improve operator and template recognition. 2014-07-28 13:19:58 +00:00
clang-tools-extra clang-tidy: [use-override] Tweak messages. 2014-07-28 07:29:29 +00:00
compiler-rt builtins: make ARM compilation with GAS work again 2014-07-27 02:01:24 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
libcxx Better defaults for in-tree libc++ with cmake. 2014-07-26 23:08:33 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Add /profile command line option. 2014-07-25 22:28:49 +00:00
lldb Test commit, please ignore 2014-07-28 06:21:40 +00:00
llvm Emit a warning if llvm_map_components_to_libraries() is used noting that its 2014-07-28 13:36:50 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Replace the dependences parallelism check by the IslAst one 2014-07-28 03:46:28 +00:00