Go to file
Tobias Grosser 65b2b03fa4 cmake: Add polly libraries to LLVMExports
This fixes LINK_POLLY_INTO_TOOLS=ON builds, which previously failed with:

CMake Error: install(EXPORT "LLVMExports" ...) includes target "opt" which
requires target "Polly" that is not in the export set.

CMake Error: install(EXPORT "LLVMExports" ...) includes target "bugpoint" which
requires target "Polly" that is not in the export set.

llvm-svn: 222977
2014-11-30 12:45:44 +00:00
clang clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc. 2014-11-30 00:32:02 +00:00
clang-tools-extra [clang-tidy] More tests for the google-explicit-constructor check 2014-11-28 17:31:51 +00:00
compiler-rt Add a HasSuppressionType method into SuppressionContext 2014-11-29 14:18:05 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx libc++: integral types trap on PNaCl 2014-11-26 17:51:58 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld [ELF] Rename align2 to alignment. 2014-11-30 04:17:06 +00:00
lldb Add support for 32-bit i386 binaries. 2014-11-29 09:17:40 +00:00
llgo Initial commit of llgo third_party. 2014-11-27 00:12:26 +00:00
llvm [PowerPC] Add asm support for cache-inhibited ld/st instructions 2014-11-30 10:15:56 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly cmake: Add polly libraries to LLVMExports 2014-11-30 12:45:44 +00:00