[PATCH] D53476: [clang-cl] Allowed -fopenmp work and link openmp library from per-runtime library directory

2019-08-22 Thread Peiyuan Song via Phabricator via cfe-commits
SquallATF added a comment. In D53476#1641049 , @hans wrote: > It looks like it was never committed. > > Peiyuan, what's the status here? This patch need rebase, I see recent have a commit rG7994e1d

[PATCH] D53476: [clang-cl] Allowed -fopenmp work and link openmp library from per-runtime library directory

2018-10-22 Thread Peiyuan Song via Phabricator via cfe-commits
SquallATF updated this revision to Diff 170559. SquallATF added a comment. - add test Repository: rC Clang https://reviews.llvm.org/D53476 Files: include/clang/Driver/Options.td lib/Driver/ToolChains/MSVC.cpp test/Driver/cl-options.c test/OpenMP/Inputs/resource_dir/x86_64-msvc-win32/

[PATCH] D53476: [clang-cl] Allowed -fopenmp work and link openmp library from per-runtime library directory

2018-10-21 Thread Peiyuan Song via Phabricator via cfe-commits
SquallATF created this revision. Herald added subscribers: cfe-commits, guansong. clang-cl driver has -fopenmp related code, but -fopenmp not alloewd press to clang-cl driver, this patch fixed it and allowed link to multiarch openmp library. Repository: rC Clang https://reviews.llvm.org/D53

[PATCH] D53397: [MinGW] Link to correct openmp library

2018-10-21 Thread Peiyuan Song via Phabricator via cfe-commits
SquallATF updated this revision to Diff 170330. SquallATF added a comment. - add test Repository: rC Clang https://reviews.llvm.org/D53397 Files: lib/Driver/ToolChains/MinGW.cpp test/Driver/fopenmp.c Index: test/Driver/fopenmp.c =

[PATCH] D53397: [MinGW] Link to correct openmp library

2018-10-18 Thread Peiyuan Song via Phabricator via cfe-commits
SquallATF created this revision. Herald added subscribers: cfe-commits, guansong. Repository: rC Clang https://reviews.llvm.org/D53397 Files: lib/Driver/ToolChains/MinGW.cpp Index: lib/Driver/ToolChains/MinGW.cpp === --- lib/D