search for: configute_lit_site_cfg

Displaying 3 results from an estimated 3 matches for "configute_lit_site_cfg".

Did you mean: configure_lit_site_cfg
2014 Feb 06
3
[LLVMdev] compiler-rt CMake build
...eople with knowledge - currently: 1) "compiler-rt"'s CMake needs to know about targets in the Clang build tree ("clang") and in LLVM build tree ("FileCheck", llvm-* command-line tools, googletest etc.), and uses common macro from LLVM's CMake modules like "configute_lit_site_cfg", "parse_arguments". 2) top-level targets from compiler-rt's CMake files are visible at the root of LLVM's build tree, so that I can run "make check-asan" or even "make clang_rt.asan-x86_64" from the root of the build tree. Will we easily retain all these...
2014 Feb 21
4
[LLVMdev] compiler-rt CMake build
...gt; 1) "compiler-rt"'s CMake needs to know about targets in the Clang build > tree ("clang") and > > in LLVM build tree ("FileCheck", llvm-* command-line tools, googletest > etc.), and uses common > > macro from LLVM's CMake modules like "configute_lit_site_cfg", > "parse_arguments". > > This will be possible once LLVM and Clang are taught to provide proper > content in LLVMConfig.cmake and ClangConfig.cmake package configuration > files. The patch series I proposed in the thread Greg linked at the > start of this thread...
2014 Feb 06
4
[LLVMdev] compiler-rt CMake build
On 02/06/2014 08:12 AM, Alexey Samsonov wrote: > Please note that it makes a lot of sense to built compiler-rt (and sanitizers) with just-built > Clang. In fact, even though we should support building it with another compilers (gcc, MSVC), > using just-built-Clang should be a default scenario, like it is in configure+make build. This is possible with CMake using the ExternalProject