Open Trass3r opened 7 years ago
To fix linker errors like: error LNK2019: unresolved external symbol omp_get_max_threads referenced
Tested with http://llvm.org/builds/ installer based on r284979.
The information here is really scarce... If I understand you correctly, you want the compiler to always link in a stubs library to get the OpenMP API? If -fopenmp is not supplied, it's enough to simply link in -lomp
Extended Description
To fix linker errors like: error LNK2019: unresolved external symbol omp_get_max_threads referenced
Tested with http://llvm.org/builds/ installer based on r284979.