[LLVMdev] conflicting c++ libs for building dragonegg
Jack Howarth
howarth at bromo.med.uc.edu
Thu Aug 29 09:35:38 PDT 2013
Duncan,
Is there a long term plan for handling the conflicting c++ libraries in building
dragonegg? In particular, as vendors switch their clang++ system compilers to default
to -stdlib=libc++, the resulting builds of llvm against those compilers will be using
the libc++ ABI but the dragonegg plugin will still need to be built against the
libstdc++ ABI. For now, the only work-around appears to be building llvm with
-stdlib=libstc++.
Jack
More information about the llvm-dev
mailing list