OpenMPToolsInterface / llvm-project

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.
http://llvm.org
2 stars 4 forks source link

Ompd tests #5

Closed elliebinkley closed 4 years ago

elliebinkley commented 4 years ago
  1. 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.