Go to file
Keno Fischer 15d5e2b4d8 Fix configure & make build with python disabled
This makes sure that nothing that requires Python is being built
when the LLDB_DISABLE_PYTHON flag is being passed in.
It also changes a use of CPPFLAGS to CPP.Flags since the former is overridden
when external flags are passed in while the later is not. I'm not sure exactly
why LLDB_DISABLE_PYTHON is in CXXFLAGS rather than CPPFLAGS,
but cleaning that up is for another commit.

Differential Revision: http://reviews.llvm.org/D4918

llvm-svn: 217414
2014-09-09 04:52:37 +00:00
clang Allow empty statements in naked functions in addition to ASM statements 2014-09-09 02:49:40 +00:00
clang-tools-extra Fixed a typo. 2014-09-08 15:04:35 +00:00
compiler-rt Remove extra semicolon [-Wpedantic] 2014-09-08 23:37:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Remove an unused typedef from __class_type_info::search_below_dst 2014-09-08 13:56:36 +00:00
lld [mach-o] add testing coverage for -single_module 2014-09-09 02:20:34 +00:00
lldb Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
llvm Set trunc store action to Expand for all X86 targets. 2014-09-09 01:13:36 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Added arcanist (arc) unit test support 2014-09-08 19:30:09 +00:00