Go to file
Chandler Carruth 4c3376de0a [cmake] Switch python install to use an 'install(DIRECTORY...)' cmake
command instead of a script.

In addition to cleaning things up, this allows more easy access to the
variables. In the old version, it tried to pass variables as -D flags to
cmake, but this didn't actually work. CMake drops all of those arguments
on the floor (try passing garbage through them) and just picks up the
limited subset of pre-defined macros. So, for example, this fixes the
build with LLVM_LIBDIR_SUFFIX=64 which is how I ended up here. =]

llvm-svn: 211028
2014-06-16 15:02:21 +00:00
clang Fix typos 2014-06-16 14:23:44 +00:00
clang-tools-extra Prefix error_code with std. 2014-06-12 22:08:48 +00:00
compiler-rt Swap getdtablesize() for sysconf(_SC_OPEN_MAX). 2014-06-16 14:51:11 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add intptr types 2014-06-13 19:43:18 +00:00
libcxx Revert "fixes duplicate header installation" 2014-06-12 23:19:55 +00:00
libcxxabi Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi 2014-06-11 16:54:09 +00:00
lld [Mips] Make hilo16-5.test test case independent from external input files. 2014-06-16 11:54:42 +00:00
lldb [cmake] Switch python install to use an 'install(DIRECTORY...)' cmake 2014-06-16 15:02:21 +00:00
llvm Hook up vector int_ctlz for AVX512. 2014-06-16 14:12:28 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] C++11 Memory access iterators in SCoP stmts 2014-06-13 18:01:45 +00:00