[PATCH] D11932: [OPENMP] Link libomp.lib on Windows

İsmail Dönmez via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 01:39:40 PDT 2015


ismail added a comment.

Tests pass but, now when I tried to compile a file with -fopenmp I get:

LINK: fatal error LNK1104: cannot open file 'libomp.lib'

libomp.lib does exist in "C:\Program Files\LLVM\lib" but I guess we need to pass the library path down to linker.


http://reviews.llvm.org/D11932





More information about the cfe-commits mailing list