llvm with tablegen backend for capstone disassembler
Go to file
Zachary Turner ce92db13ea Resubmit "[lit] Force site configs to run before source-tree configs"
This is a resubmission of r313270.  It broke standalone builds of
compiler-rt because we were not correctly generating the llvm-lit
script in the standalone build directory.

The fixes incorporated here attempt to find llvm/utils/llvm-lit
from the source tree returned by llvm-config.  If present, it
will generate llvm-lit into the output directory.  Regardless,
the user can specify -DLLVM_EXTERNAL_LIT to point to a specific
lit.py on their file system.  This supports the use case of
someone installing lit via a package manager.  If it cannot find
a source tree, and -DLLVM_EXTERNAL_LIT is either unspecified or
invalid, then we print a warning that tests will not be able
to run.

Differential Revision: https://reviews.llvm.org/D37756

llvm-svn: 313407
2017-09-15 22:10:46 +00:00
clang Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
clang-tools-extra Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
compiler-rt Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
debuginfo-tests [debuginfo-tests] Add string NRVO test for PR34513 2017-09-15 21:59:39 +00:00
libclc Add native_recip(x) as ((1)/(x)) 2017-09-13 01:40:25 +00:00
libcxx [libc++] Account for Microsoft CRT const overloads 2017-09-15 18:49:34 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind Revert r312240 2017-08-31 15:51:23 +00:00
lld Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
lldb Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00