clang-cl driver already have -fopenmp option related code, but -fopenmp option not alloewd press to clang-cl driver, this patch fixed it and allowed link to multiarch openmp library.
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 24045 Build 24044: arc lint + arc unit
Event Timeline
Comment Actions
Actually, can you please add -fopenmp to test/Driver/cl-options.c to verify that we accept -fopenmp?
Comment Actions
This patch need rebase, I see recent have a commit rG7994e1d alias /openmp option to -fopenmp may be that is better. but that commit not support -fopenmp= option. So can't choose Intel's OpenMP runtime.