[llvm-dev] [LLVMdev] Ideas for making llvm-config --cxxflags more useful

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Sat Aug 8 04:02:51 PDT 2015


On 7 Aug 2015, at 23:17, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> I don't have any strong opinions.  Did this actually break anyone's use
> case or is it just a hypothetical problem?  It doesn't seem like there
> is much value in fixing this until llvm-config is also fixed.

The current 3.7 code breaks for the codebase that I use for teaching.  It uses RTTI in the AST construction, so can’t be compiled with -fno-rtti, but does need to use Module, IRBuilder, and friends, so not being able to link against an LLVM that’s built without RTTI is annoying (it means that the students can’t use LLVM packages on any OS).

David



More information about the llvm-dev mailing list