Having the omp_gen dependency added unconditionally to Clang libraries
breaks the Clang standalone build. This dependency should be added only
if CLANG_BUILT_STANDALONE is false, similarly to the intrinsics_gen
case.
Moreover the C++ standard must be set properly as well.
Details
Details
- Reviewers
clementval simon_tatham chandlerc jdoerfert
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests