[Openmp-commits] [PATCH] D86419: fix omp post-generation event statement error on windows

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 26 11:33:10 PDT 2020


AndreyChurbanov added a comment.

This change causes standalone Windows build to fail:

LINK : fatal error LNK1181: cannot open input file '\$$(ConfigurationName)/libomp.dll.lib'
make[2]: *** [runtime/src/libomp.lib] Error 157
make[1]: *** [runtime/src/CMakeFiles/ompimp.dir/all] Error 2
make: *** [all] Error 2

Looks like there is no ConfigurationName variable set my build.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86419/new/

https://reviews.llvm.org/D86419



More information about the Openmp-commits mailing list