search for: llvm_required_cxx_flag

Displaying 2 results from an estimated 2 matches for "llvm_required_cxx_flag".

2014 Jul 16
5
[LLVMdev] Fixing LLVM's CMake interface before LLVM3.5 release
Hi All, I've been playing [1] with the newly introduced CMake interface for using exported LLVM CMake targets (e.g. the LLVMSupport library) in CMake projects and although it works there are a few things I think we should fix before the LLVM 3.5 release. Here are the current issues I see that I'd like to discuss. Just to clarify by "Targets" I mean targets in the CMake sense
2014 Jul 18
2
[LLVMdev] Fixing LLVM's CMake interface before LLVM3.5 release
...information is shown by the ``llvm-config >> --cxxflags`` command but why aren't we exposing this information in >> LLVMConfig.cmake so clients can make use of it. > > That was an oversight. If you want to add them, they could go in > a variable named something like "LLVM_REQUIRED_CXX_FLAGS". Note > that this content will need to be populated by both build systems: > > cmake/modules/CMakeLists.txt > cmake/modules/Makefile Oh the joy of multiple build systems :) Given Óscar's comments that these flags aren't always necessary perhaps we should still expose...