The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
openmp/libompd/src/CMakeLists.txt
Add an option to compile libompd.so with libstdc++ instead of libc++.
See LIBOMPD_LD_STD_FLAGS:BOOL=FALSE
Motivation: Debugger may not have clang installed on the machine that is debugging.
LIBOMPD_LD_STD set to TRUE provides a way to give the debugger application at runtime a libompd.so without having to install clang distribution on that machine.
Defaults to False which will use the CLANG libraries.